background scene file loading introduces race condition with datamaps
[laserbrain_demo] / src / scene.cc
index f116150..651e9c6 100644 (file)
@@ -6,6 +6,7 @@ static void destroy_node_tree(SceneNode *n);
 
 Scene::Scene(TextureSet *tset)
 {
+       metascn = 0;
        nodes = 0;
 
        walk_mesh = 0;