Remove EarthAtmosphere and MarsAtmosphere from the list of interesting nodes

This commit is contained in:
Alexander Bock
2017-12-11 09:03:23 -05:00
parent 52da2297be
commit 44586a0759

View File

@@ -114,7 +114,7 @@ function postInitialization()
-- Defined in scene_helper.lua
-- Used to create focus buttons for a subset of scenegraph nodes
mark_interesting_nodes({
"Earth", "EarthAtmosphere", "Mars", "MarsAtmosphere", "Moon"
"Earth", "Mars", "Moon"
})
end