Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Timing/gl_query_perf.cpp')
-rw-r--r--Source/Timing/gl_query_perf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Timing/gl_query_perf.cpp b/Source/Timing/gl_query_perf.cpp
index fd1db798..e3b9e940 100644
--- a/Source/Timing/gl_query_perf.cpp
+++ b/Source/Timing/gl_query_perf.cpp
@@ -36,7 +36,7 @@
extern GLTimerQueryPerf* glTimingQuery;
void GLTimerQueryPerf::Init() {
- if( GLEW_ARB_timer_query ) {
+ if( GLAD_GL_ARB_timer_query ) {
perf_available = true;
query_ids_used = 0;