Reviewed PR #1407
This commit is contained in:
parent
9833fe45eb
commit
f12db180cd
3 changed files with 20 additions and 57 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue