mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-21 06:32:33 -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.'
|
print 'DirectStart: Starting the game.'
|
||||||
|
|
||||||
from direct.showbase import ShowBase
|
from direct.showbase import ShowBase
|
||||||
ShowBase.ShowBase()
|
base = ShowBase.ShowBase()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user