summaryrefslogtreecommitdiff
path: root/src/openglgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openglgraphics.h')
-rw-r--r--src/openglgraphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openglgraphics.h b/src/openglgraphics.h
index dbeab80a..654a7194 100644
--- a/src/openglgraphics.h
+++ b/src/openglgraphics.h
@@ -126,7 +126,7 @@ class OpenGLGraphics final : public Graphics
GLfloat *mFloatTexArray;
GLint *mIntTexArray;
GLint *mIntVertArray;
- float mScale = 1.0f;
+ float mUserScale = 1.0f;
float mScaleX = 1.0f;
float mScaleY = 1.0f;
bool mAlpha = false;