diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index 48657e40f0..e41d456a4f 100644 --- a/direct/src/showbase/ShowBase.py +++ b/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)