mirror of
https://github.com/edubart/otclient.git
synced 2025-10-22 15:25:54 +02:00
fixes in EGL platform
This commit is contained in:
@@ -77,6 +77,7 @@ void FrameBuffer::resize(const Size& size)
|
||||
internalRelease();
|
||||
} else {
|
||||
m_screenBackup = TexturePtr(new Texture(size.width(), size.height()));
|
||||
m_screenBackup->setUpsideDown(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user