diff options
Diffstat (limited to 'src/mesa/vbo/vbo_exec.h')
-rw-r--r-- | src/mesa/vbo/vbo_exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_exec.h b/src/mesa/vbo/vbo_exec.h index 1170883f871..2624dcec0f2 100644 --- a/src/mesa/vbo/vbo_exec.h +++ b/src/mesa/vbo/vbo_exec.h @@ -111,7 +111,7 @@ struct vbo_exec_context /* Which flags to set in vbo_exec_begin_vertices() */ GLbitfield begin_vertices_flags; -#ifdef DEBUG +#ifndef NDEBUG GLint flush_call_depth; #endif }; |