mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 05:53:26 +02: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