mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-15 00:06:05 -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::
|
PT(LODNode) LODNode::
|
||||||
make_default_lod(const string &name) {
|
make_default_lod(const string &name) {
|
||||||
switch (default_lod_type) {
|
switch (default_lod_type.get_value()) {
|
||||||
case LNT_pop:
|
case LNT_pop:
|
||||||
return new LODNode(name);
|
return new LODNode(name);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user