Fixed spacing and set UpdatePhysics() function as static...

and remove static from PhysicsThread().
This commit is contained in:
victorfisac 2016-06-14 20:38:49 +02:00
parent 1a8fbe5cf0
commit 4e84ded7ef
3 changed files with 213 additions and 215 deletions

View file

@ -178,7 +178,7 @@ int main()
}
// De-Initialization
//--------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------
ClosePhysics(); // Unitialize physics module
CloseWindow(); // Close window and OpenGL context
//--------------------------------------------------------------------------------------