mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-28 06:42:09 +00:00
Fixed SDL backend. This project is now Linux capable!
This commit is contained in:
parent
d91fe1572c
commit
0bc54cbda4
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ DFrameBuffer *SDLGLVideo::CreateFrameBuffer (int width, int height, bool bgra, b
|
||||||
}
|
}
|
||||||
|
|
||||||
++retry;
|
++retry;
|
||||||
fb = static_cast<SDLGLFB *>(CreateFrameBuffer (width, height, fullscreen, NULL));
|
fb = static_cast<SDLGLFB *>(CreateFrameBuffer (width, height, false, fullscreen, NULL));
|
||||||
}
|
}
|
||||||
|
|
||||||
// fb->SetFlash (flashColor, flashAmount);
|
// fb->SetFlash (flashColor, flashAmount);
|
||||||
|
|
Loading…
Reference in a new issue