From cddbf738a20e55efd9fd533a24591037a40f7120 Mon Sep 17 00:00:00 2001 From: Thorsten Otto Date: Sun, 17 Mar 2024 15:50:41 +0100 Subject: [PATCH] Disable useless debug info --- common/video_sdl1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/video_sdl1.cpp b/common/video_sdl1.cpp index c5bbf524..f9440cbd 100644 --- a/common/video_sdl1.cpp +++ b/common/video_sdl1.cpp @@ -173,7 +173,7 @@ void Set_Video_Cursor_Clip(bool clipped) int relative = -1; if (relative < 0) { - DBG_ERROR("Raw input not supported, disabling."); + // DBG_ERROR("Raw input not supported, disabling."); Settings.Mouse.RawInput = false; } }