mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-01 20:12:50 +02:00
Fix cursor and zoom with OpenGL
This commit is contained in:
@@ -79,7 +79,7 @@ void Renderer::RenderBegin()
|
||||
vid = oldVid;
|
||||
}
|
||||
#endif
|
||||
#ifndef OGLR
|
||||
#ifndef OGLI
|
||||
FinaliseParts();
|
||||
#endif
|
||||
}
|
||||
@@ -87,7 +87,7 @@ void Renderer::RenderBegin()
|
||||
void Renderer::RenderEnd()
|
||||
{
|
||||
RenderZoom();
|
||||
#ifdef OGLR
|
||||
#ifdef OGLI
|
||||
FinaliseParts();
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user