Browse Source

directbase: fix a stray pandac.PandaModules

rdb 7 years ago
parent
commit
984f83d94b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/directbase/ThreeUpStart.py

+ 1 - 1
direct/src/directbase/ThreeUpStart.py

@@ -1,7 +1,7 @@
 
 print('ThreeUpStart: Starting up environment.')
 
-from pandac.PandaModules import *
+from panda3d.core import *
 
 from direct.showbase.PythonUtil import *
 from direct.showbase import ThreeUpShow