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/intel_gl_perf.cpp')
-rw-r--r--Source/Timing/intel_gl_perf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Timing/intel_gl_perf.cpp b/Source/Timing/intel_gl_perf.cpp
index 87dde426..3355c7f2 100644
--- a/Source/Timing/intel_gl_perf.cpp
+++ b/Source/Timing/intel_gl_perf.cpp
@@ -77,7 +77,7 @@ void IntelGLPerf::Init() {
LOGI << "Initializing IntelGLPerf" << std::endl;
//Check if this plugin is available.
- if( GLEW_INTEL_performance_query ) {
+ if( GLAD_GL_INTEL_performance_query ) {
perf_available = true;
GLuint query_id;