mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
explicitly assign base, so we can get it even if it gets shadowed
This commit is contained in:
parent
a8e0db164a
commit
1438fa0078
@ -1,4 +1,4 @@
|
||||
print 'DirectStart: Starting the game.'
|
||||
|
||||
from direct.showbase import ShowBase
|
||||
ShowBase.ShowBase()
|
||||
base = ShowBase.ShowBase()
|
||||
|
Loading…
x
Reference in New Issue
Block a user