mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-15 10:55:37 +00:00
Reviewed PR #1407
This commit is contained in:
@@ -70,10 +70,7 @@ int main(void)
|
||||
if (letterCount < 0) letterCount = 0;
|
||||
}
|
||||
}
|
||||
else if (GetMouseCursor() != MOUSE_CURSOR_DEFAULT)
|
||||
{
|
||||
SetMouseCursor(MOUSE_CURSOR_DEFAULT);
|
||||
}
|
||||
else if (GetMouseCursor() != MOUSE_CURSOR_DEFAULT) SetMouseCursor(MOUSE_CURSOR_DEFAULT);
|
||||
|
||||
if (mouseOnText) framesCounter++;
|
||||
else framesCounter = 0;
|
||||
|
||||
Reference in New Issue
Block a user