This commit is contained in:
captain0xff 2025-02-17 02:54:49 +05:30 committed by Sam Lantinga
parent 06eb10c518
commit 7ea0ffb748
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ static bool HAIKU_SetRelativeMouseMode(bool enabled)
SDL_BWin *bewin = _ToBeWin(window);
BGLView *_SDL_GLView = bewin->GetGLView();
if (_SDL_GLView == NULL) {
if (!_SDL_GLView) {
return false;
}