Update text_input_box.c
This commit is contained in:
parent
fe9181c1b4
commit
7a566a07ea
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ int main(void)
|
|||
name[letterCount] = '\0';
|
||||
}
|
||||
}
|
||||
else if (GetMouseCursor() != MOUSE_CURSOR_DEFAULT) SetMouseCursor(MOUSE_CURSOR_DEFAULT);
|
||||
else SetMouseCursor(MOUSE_CURSOR_DEFAULT);
|
||||
|
||||
if (mouseOnText) framesCounter++;
|
||||
else framesCounter = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue