summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/graphics.h b/src/graphics.h
index 705a98ff6..03dd5ea2e 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -357,6 +357,10 @@ class Graphics : public gcn::SDLGraphics
virtual unsigned int getDrawCalls() const
{ return 0; }
#endif
+#ifdef DEBUG_BIND_TEXTURE
+ virtual unsigned int getBinds() const
+ { return 0; }
+#endif
int mWidth;
int mHeight;