Fix for MSVC (thanks Simon)

This commit is contained in:
Kester Maddock
2004-11-08 11:30:41 +00:00
parent 7f61882413
commit 5bba5035b0

View File

@@ -66,6 +66,7 @@ bool DummyPhysicsEnvironment::proceed(double timeStep)
//solve constraints
//integrate solution
// return true if an update was done.
return true;
}
void DummyPhysicsEnvironment::setGravity(float x,float y,float z)