mirror of
https://github.com/edubart/otclient.git
synced 2025-12-14 12:49:47 +01:00
improve performance on linux by removing glFinish()
This commit is contained in:
@@ -213,6 +213,7 @@ void Graphics::beginRender()
|
||||
|
||||
void Graphics::endRender()
|
||||
{
|
||||
glFlush();
|
||||
}
|
||||
|
||||
void Graphics::setViewportSize(const Size& size)
|
||||
|
||||
Reference in New Issue
Block a user