mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-07 22:21:01 +00:00
- removed useless call in SDL backend
Its result wasn't used, and it may invoke function of DDummyFrameBuffer during initial sound precaching
This commit is contained in:
parent
8374b9e1b4
commit
508b019447
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ static bool inGame()
|
||||||
static void I_CheckNativeMouse ()
|
static void I_CheckNativeMouse ()
|
||||||
{
|
{
|
||||||
bool focus = SDL_GetKeyboardFocus() != NULL;
|
bool focus = SDL_GetKeyboardFocus() != NULL;
|
||||||
bool fs = screen->IsFullscreen();
|
|
||||||
|
|
||||||
// TODO: We want this to check for demo playback, as well. And paused state
|
// TODO: We want this to check for demo playback, as well. And paused state
|
||||||
bool wantNative = !focus || (!use_mouse || GUICapture || !inGame());
|
bool wantNative = !focus || (!use_mouse || GUICapture || !inGame());
|
||||||
|
|
Loading…
Reference in a new issue