mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
- fixed crash during initialization in Cocoa backend
This commit is contained in:
parent
3b71e8090f
commit
687573d4c5
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ bool IsInGame()
|
||||||
|
|
||||||
void CheckNativeMouse()
|
void CheckNativeMouse()
|
||||||
{
|
{
|
||||||
const bool windowed = (NULL == screen) || !screen->IsFullscreen();
|
const bool windowed = !vid_fullscreen;
|
||||||
bool wantNative;
|
bool wantNative;
|
||||||
|
|
||||||
if (windowed)
|
if (windowed)
|
||||||
|
|
Loading…
Reference in a new issue