mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
update
This commit is contained in:
parent
06eb10c518
commit
7ea0ffb748
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue