Selaa lähdekoodia

default merge-lod-bundles

David Rose 18 vuotta sitten
vanhempi
sitoutus
caa5efc434
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      direct/src/actor/Actor.py

+ 1 - 1
direct/src/actor/Actor.py

@@ -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