diff options
| author | Ray <[email protected]> | 2020-10-21 11:08:37 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-10-21 11:08:37 +0200 |
| commit | f12db180cd84553bd26c11f4e6585f81c3e611c3 (patch) | |
| tree | c0aa51132a98595e59b83821aa0dabacec6589d9 /examples/text | |
| parent | 9833fe45eb5cd6cfd3593b7f4d1aae9cf7367729 (diff) | |
| download | raylib-f12db180cd84553bd26c11f4e6585f81c3e611c3.tar.gz raylib-f12db180cd84553bd26c11f4e6585f81c3e611c3.zip | |
Reviewed PR #1407
Diffstat (limited to 'examples/text')
| -rw-r--r-- | examples/text/text_input_box.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/text/text_input_box.c b/examples/text/text_input_box.c index b68f762c..174c38d6 100644 --- a/examples/text/text_input_box.c +++ b/examples/text/text_input_box.c @@ -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; |
