diff options
| author | Ray <[email protected]> | 2021-03-19 19:12:27 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-03-19 19:12:27 +0100 |
| commit | e70fc278cf5450a906405b7bf55eb3f4ae7c026d (patch) | |
| tree | c9bb66fe7554bd3b56c14b87cfb3dfbb04987f03 /examples | |
| parent | 13a040852bf90ce111d5bfd34fd3db767ff6f521 (diff) | |
| download | raylib.com-e70fc278cf5450a906405b7bf55eb3f4ae7c026d.tar.gz raylib.com-e70fc278cf5450a906405b7bf55eb3f4ae7c026d.zip | |
Update text_input_box.c
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/web/text/text_input_box.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/text/text_input_box.c b/examples/web/text/text_input_box.c index 52120ed..eda2de1 100644 --- a/examples/web/text/text_input_box.c +++ b/examples/web/text/text_input_box.c @@ -106,7 +106,7 @@ void UpdateDrawFrame(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; |
