summaryrefslogtreecommitdiff
path: root/src/render/openglgraphicsdefadvanced.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/openglgraphicsdefadvanced.hpp')
-rw-r--r--src/render/openglgraphicsdefadvanced.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/openglgraphicsdefadvanced.hpp b/src/render/openglgraphicsdefadvanced.hpp
index c63c6ba7f..1428525ff 100644
--- a/src/render/openglgraphicsdefadvanced.hpp
+++ b/src/render/openglgraphicsdefadvanced.hpp
@@ -27,7 +27,7 @@ public:
void initArrays(const int vertCount) restrict2 override final;
#ifdef DEBUG_DRAW_CALLS
- unsigned int getDrawCalls() restrict2 const noexcept
+ unsigned int getDrawCalls() restrict2 const noexcept2
{ return mLastDrawCalls; }
static unsigned int mDrawCalls;