Browse Source

i need dis

Chris Brunner 11 years ago
parent
commit
f950b01dbf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/showbase/ShowBase.py

+ 1 - 0
direct/src/showbase/ShowBase.py

@@ -1624,6 +1624,7 @@ class ShowBase(DirectObject.DirectObject):
 
             if not self.physicsMgr:
                 from PhysicsManagerGlobal import physicsMgr
+                from panda3d.physics import LinearEulerIntegrator
                 self.physicsMgr = physicsMgr
                 integrator = LinearEulerIntegrator()
                 self.physicsMgr.attachLinearIntegrator(integrator)