mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
default merge-lod-bundles
This commit is contained in:
parent
7b1d939340
commit
caa5efc434
@ -168,7 +168,7 @@ class Actor(DirectObject, NodePath):
|
|||||||
if mergeLODBundles == None:
|
if mergeLODBundles == None:
|
||||||
# If this isn't specified, it comes from the Config.prc
|
# If this isn't specified, it comes from the Config.prc
|
||||||
# file.
|
# file.
|
||||||
self.mergeLODBundles = base.config.GetBool('merge-lod-bundles', 0)
|
self.mergeLODBundles = base.config.GetBool('merge-lod-bundles', 1)
|
||||||
else:
|
else:
|
||||||
self.mergeLODBundles = mergeLODBundles
|
self.mergeLODBundles = mergeLODBundles
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user