From 44586a0759a28f3654daaf1516e433e9d24f199e Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Mon, 11 Dec 2017 09:03:23 -0500 Subject: [PATCH] Remove EarthAtmosphere and MarsAtmosphere from the list of interesting nodes --- data/scene/default.scene | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scene/default.scene b/data/scene/default.scene index 051c39c1ef..f58926c12d 100644 --- a/data/scene/default.scene +++ b/data/scene/default.scene @@ -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