mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
workaround for lame gcc bug
This commit is contained in:
parent
dab1ce28f8
commit
94bf0be822
@ -52,7 +52,7 @@ TypeHandle LODNode::_type_handle;
|
||||
////////////////////////////////////////////////////////////////////
|
||||
PT(LODNode) LODNode::
|
||||
make_default_lod(const string &name) {
|
||||
switch (default_lod_type) {
|
||||
switch (default_lod_type.get_value()) {
|
||||
case LNT_pop:
|
||||
return new LODNode(name);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user