Fixed little bug in physac example
This commit is contained in:
parent
4e84ded7ef
commit
1879a8129e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue