Fix issue with constellation art that left merge conflict annotations behind

This commit is contained in:
Alexander Bock
2020-07-09 13:01:32 +02:00
parent 254edd0490
commit 11f537e2e2
3 changed files with 2 additions and 8 deletions
@@ -1,7 +1,4 @@
<<<<<<< HEAD
local constellationsCSV = asset.localResource('constellation_data.csv')
=======
>>>>>>> master
local transforms = asset.require("scene/solarsystem/sun/transforms")
local images = asset.syncedResource({
@@ -84,11 +81,8 @@ end
local nodes = {}
asset.onInitialize(function ()
<<<<<<< HEAD
=======
local constellationsCSV = images .. "/constellation_data.csv"
>>>>>>> master
nodes = createConstellations('Constellation Art', constellationsCSV)
for _, n in ipairs(nodes) do
openspace.addSceneGraphNode(n);