mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
update
This commit is contained in:

committed by
Sam Lantinga

parent
06eb10c518
commit
7ea0ffb748
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user