summaryrefslogtreecommitdiff
path: root/src/render/mobileopenglgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/mobileopenglgraphics.h')
-rw-r--r--src/render/mobileopenglgraphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/mobileopenglgraphics.h b/src/render/mobileopenglgraphics.h
index 75b1b3371..5e97dc6d1 100644
--- a/src/render/mobileopenglgraphics.h
+++ b/src/render/mobileopenglgraphics.h
@@ -182,7 +182,7 @@ class MobileOpenGLGraphics final : public Graphics
void updateTextureFormat();
#ifdef DEBUG_DRAW_CALLS
- virtual unsigned int getDrawCalls() const
+ unsigned int getDrawCalls() const
{ return mLastDrawCalls; }
static unsigned int mDrawCalls;