explicitly assign base, so we can get it even if it gets shadowed

This commit is contained in:
David Rose 2010-02-06 02:17:45 +00:00
parent a8e0db164a
commit 1438fa0078

View File

@ -1,4 +1,4 @@
print 'DirectStart: Starting the game.'
from direct.showbase import ShowBase
ShowBase.ShowBase()
base = ShowBase.ShowBase()