mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
no more fsm redefine config
This commit is contained in:
parent
a960a7da1a
commit
45a584ba05
@ -85,9 +85,6 @@ class ShowBase(DirectObject.DirectObject):
|
||||
# has to run before libpanda is even loaded).
|
||||
taskMgr.resumeFunc = PStatClient.resumeAfterPause
|
||||
|
||||
fsmRedefine = self.config.GetBool('fsm-redefine', 0)
|
||||
State.FsmRedefine = fsmRedefine
|
||||
|
||||
# If the aspect ratio is 0 or None, it means to infer the
|
||||
# aspect ratio from the window size.
|
||||
# If you need to know the actual aspect ratio call base.getAspectRatio()
|
||||
|
Loading…
x
Reference in New Issue
Block a user