Update sdl_window.cpp

Co-authored-by: TheTurtle <47210458+raphaelthegreat@users.noreply.github.com>
This commit is contained in:
Peter Gogos 2024-07-07 23:26:32 +02:00 committed by GitHub
parent 073e51e729
commit d6d836730f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@
namespace Frontend {
void WindowSDL::CursorVisibility(bool cursor_visibility) {
void WindowSDL::SetCursorVisibility(bool cursor_visibility) {
if (cursor_visibility) {
SDL_HideCursor();
} else {