mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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 this isn't specified, it comes from the Config.prc
|
||||
# file.
|
||||
self.mergeLODBundles = base.config.GetBool('merge-lod-bundles', 0)
|
||||
self.mergeLODBundles = base.config.GetBool('merge-lod-bundles', 1)
|
||||
else:
|
||||
self.mergeLODBundles = mergeLODBundles
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user