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…
Reference in New Issue