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

@ -1139,7 +1139,7 @@ void ShowCursor(void)
// Hides mouse cursor
void HideCursor(void)
{
// NOTE: We use SetCursor() instead of ShowCursor() because
// NOTE: We use SetCursor() instead of ShowCursor() because
// it makes it easy to only hide the cursor while it's inside the client area
SetCursor(NULL);
CORE.Input.Mouse.cursorHidden = true;