mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
Fixed compilation on non-Windows platforms
This commit is contained in:
parent
c593dda8f3
commit
dcabcaa5b6
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ void OpenGLFrameBuffer::Update()
|
|||
Unlock();
|
||||
CheckBench();
|
||||
|
||||
if (Windowed)
|
||||
if (!IsFullscreen())
|
||||
{
|
||||
int clientWidth = GetClientWidth();
|
||||
int clientHeight = GetClientHeight();
|
||||
|
|
Loading…
Reference in a new issue