mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
correct checking of timer_query extension
This commit is contained in:
@@ -394,7 +394,7 @@ opengl_renderer::Render() {
|
||||
Timer::subsystem.gfx_color.start();
|
||||
|
||||
GLuint gl_time_ready = 0;
|
||||
if (GL_ARB_timer_query)
|
||||
if (GLEW_ARB_timer_query)
|
||||
{
|
||||
if (m_gltimequery)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user