visibility determination
[vrlugburz] / src / scenefile.c
index 8baf91a..92cdb1f 100644 (file)
@@ -170,6 +170,7 @@ int load_scenefile(struct scenefile *scn, const char *fname)
                                        goto fail;
                                }
                                init_mesh(mesh);
+                               mesh->name = strdup(cleanline(line + 2));
                        }
                        break;