default-lod-type

This commit is contained in:
David Rose
2007-06-11 19:21:14 +00:00
parent c6be6a0821
commit f1e5ae4ca3
+1 -1
View File
@@ -1652,7 +1652,7 @@ make_node(EggBin *egg_bin, PandaNode *parent) {
////////////////////////////////////////////////////////////////////
PandaNode *EggLoader::
make_lod(EggBin *egg_bin, PandaNode *parent) {
LODNode *lod_node = new LODNode(egg_bin->get_name());
PT(LODNode) lod_node = LODNode::make_default_lod(egg_bin->get_name());
pvector<LODInstance> instances;