mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +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);
|
SDL_BWin *bewin = _ToBeWin(window);
|
||||||
BGLView *_SDL_GLView = bewin->GetGLView();
|
BGLView *_SDL_GLView = bewin->GetGLView();
|
||||||
if (_SDL_GLView == NULL) {
|
if (!_SDL_GLView) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user