|
|
@@ -22,6 +22,8 @@ THE SOFTWARE.
|
|
|
|
|
|
|
|
|
#include "PolyPhysicsScreen.h"
|
|
|
+#include "PolyScreenEntity.h"
|
|
|
+#include "PolyPhysicsScreenEntity.h"
|
|
|
|
|
|
using namespace Polycode;
|
|
|
|
|
|
@@ -452,4 +454,4 @@ void PhysicsScreen::Update() {
|
|
|
physicsChildren[i]->Update();
|
|
|
}
|
|
|
world->Step(timeStep, iterations,iterations);
|
|
|
-}
|
|
|
+}
|