Fixed compilation on non-Windows platforms

This commit is contained in:
alexey.lysiuk 2016-09-13 22:10:07 +03:00
parent c593dda8f3
commit dcabcaa5b6
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ void OpenGLFrameBuffer::Update()
Unlock();
CheckBench();
if (Windowed)
if (!IsFullscreen())
{
int clientWidth = GetClientWidth();
int clientHeight = GetClientHeight();