Fixed little bug in physac example
This commit is contained in:
parent
4e84ded7ef
commit
1879a8129e
@ -29,7 +29,7 @@ int main()
|
|||||||
int screenHeight = 450;
|
int screenHeight = 450;
|
||||||
|
|
||||||
InitWindow(screenWidth, screenHeight, "raylib [physac] example - basic rigidbody");
|
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
|
// Debug variables
|
||||||
bool isDebug = false;
|
bool isDebug = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user