Remove trailing spaces

This commit is contained in:
Ray
2025-10-26 18:22:23 +01:00
parent cb58ca63d4
commit 0fbc4272d0
7 changed files with 24 additions and 24 deletions

View File

@ -1243,7 +1243,7 @@ void EnableCursor(void)
SDL_SetRelativeMouseMode(SDL_FALSE);
#if defined(USING_VERSION_SDL3)
// NOTE: SDL_ShowCursor() has been split into three functions:
// NOTE: SDL_ShowCursor() has been split into three functions:
// SDL_ShowCursor(), SDL_HideCursor(), and SDL_CursorVisible()
SDL_ShowCursor();
#else