mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 18:59:18 -05:00
Fixed little bug in physac example
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user