mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
base to self
This commit is contained in:
parent
a96e5e4bd2
commit
663ea966af
@ -84,7 +84,7 @@ class ShowBase(DirectObject.DirectObject):
|
||||
self.clusterSyncFlag = clusterSyncFlag
|
||||
except NameError:
|
||||
# Has the clusterSyncFlag been set via a config variable
|
||||
self.clusterSyncFlag = base.config.GetBool('cluster-sync', 0)
|
||||
self.clusterSyncFlag = self.config.GetBool('cluster-sync', 0)
|
||||
|
||||
self.hidden = NodePath('hidden')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user