From 93aa94921e027e05d7cb9908305af225c64b1ff2 Mon Sep 17 00:00:00 2001 From: Max-001 Date: Wed, 8 Jan 2025 09:03:30 +0100 Subject: Make format --- game/player/PlayerEndScript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/player') diff --git a/game/player/PlayerEndScript.cpp b/game/player/PlayerEndScript.cpp index f3d9aad..fb18f2f 100644 --- a/game/player/PlayerEndScript.cpp +++ b/game/player/PlayerEndScript.cpp @@ -90,7 +90,7 @@ bool PlayerEndScript::on_collision(const crepe::CollisionEvent & ev) { jump++; } - if(rb_player.data.linear_velocity.x < 5){ + if (rb_player.data.linear_velocity.x < 5) { this->trigger_event(); } -- cgit v1.2.3