Skip to content

Commit

Permalink
Disable useless debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
th-otto authored and OmniBlade committed Jun 12, 2024
1 parent c2d93fe commit cddbf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/video_sdl1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit cddbf73

Please sign in to comment.