From 0a0c70883b953c9bc2e171c79534057c2a85add9 Mon Sep 17 00:00:00 2001 From: mduval76 <9343789@etu.cegepsth.qc.ca> Date: Wed, 13 Dec 2023 19:12:22 -0500 Subject: [PATCH] =?UTF-8?q?Push=20avec=20sensibilit=C3=A9=20souris=20-=20v?= =?UTF-8?q?ersion=20fusionn=C3=A9e=20au=20master=20courant.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SQCSim2021/engine.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/SQCSim2021/engine.cpp b/SQCSim2021/engine.cpp index afb18f7..7cf022a 100644 --- a/SQCSim2021/engine.cpp +++ b/SQCSim2021/engine.cpp @@ -2332,7 +2332,6 @@ void Engine::MousePressEvent(const MOUSE_BUTTON& button, int x, int y) { // Gameplay if (m_selectedOption == 2 && x > leftBar && x < rightBar && y > bottomBarPrincipal && y < topBarPrincipal) { m_audio.playSound(AUDIO_PATH "snap.wav"); - m_volSensible = x - leftBar; m_sensitivity = normalizedPosition; std::cout << "Sensitivity PRESS: " << m_sensitivity << std::endl; m_selectedGameplaySensitivityBar = true;