From 7c43018894bf2c593aeeec6bec20d0921987b702 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Mon, 23 Mar 2026 13:57:32 +0200 Subject: [PATCH] clang --- src/input/controller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input/controller.cpp b/src/input/controller.cpp index ee855e50f..d418919d7 100644 --- a/src/input/controller.cpp +++ b/src/input/controller.cpp @@ -415,7 +415,7 @@ u8 GameControllers::GetGamepadIndexFromJoystickId(SDL_JoystickID id) { return i; } } - //LOG_TRACE(Input, "Gamepad index: {}", index); + // LOG_TRACE(Input, "Gamepad index: {}", index); return -1; } @@ -426,7 +426,7 @@ u8 GameControllers::GetMoveIndexFromJoystickId(SDL_JoystickID id) { return i; } } - //LOG_TRACE(Input, "Move index: {}", index); + // LOG_TRACE(Input, "Move index: {}", index); return -1; }