From b5cb91e0ac912d52e5c018738060c7e36a9b9936 Mon Sep 17 00:00:00 2001 From: StarvinXarvin <99918767+StarvinXarvin@users.noreply.github.com> Date: Sun, 20 Nov 2022 23:42:36 +0100 Subject: [PATCH] score multiplier fix --- Ball.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Ball.cpp b/Ball.cpp index 0b492a3..f873b59 100644 --- a/Ball.cpp +++ b/Ball.cpp @@ -277,6 +277,7 @@ void Ball::OnCollision(PhysBody* bodyA, PhysBody* bodyB) app->audio->PlayFx(app->scene_intro->sfx_death); delayNewBall = 100; app->scene_intro->sensorDeath_Sensed = true; + app->scene_intro->scoreMultiplier = 1; } break;