diff options
| author | Ray <[email protected]> | 2021-03-19 19:12:08 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-03-19 19:12:08 +0100 |
| commit | 7a566a07ea92670bf302c3f1a4003b56f42a80ac (patch) | |
| tree | 0e0ca34a5a1b16b23f39807d7748ed2b4b9bbda4 /examples | |
| parent | fe9181c1b407cd4edb59b370dd9620040be33491 (diff) | |
| download | raylib-7a566a07ea92670bf302c3f1a4003b56f42a80ac.tar.gz raylib-7a566a07ea92670bf302c3f1a4003b56f42a80ac.zip | |
Update text_input_box.c
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/text/text_input_box.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/text/text_input_box.c b/examples/text/text_input_box.c index 1b35e21d..a2e2adfe 100644 --- a/examples/text/text_input_box.c +++ b/examples/text/text_input_box.c @@ -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; |
