Fixed little bug in physac example

This commit is contained in:
victorfisac 2016-06-14 20:40:12 +02:00
parent 4e84ded7ef
commit 1879a8129e

@ -29,7 +29,7 @@ int main()
int screenHeight = 450;
InitWindow(screenWidth, screenHeight, "raylib [physac] example - basic rigidbody");
// InitPhysics((Vector2){ 0.0f, -9.81f/2 }); // Initialize physics module
InitPhysics((Vector2){ 0.0f, -9.81f/2 }); // Initialize physics module
// Debug variables
bool isDebug = false;