summaryrefslogtreecommitdiff
path: root/src/glwidget.h
diff options
context:
space:
mode:
authorSebastian Park <SebPark03@gmail.com>2024-04-23 03:38:57 -0400
committerSebastian Park <SebPark03@gmail.com>2024-04-23 03:38:57 -0400
commitafea13471ff50d0c8500210c0a15fcf686a77832 (patch)
treeba2da9611f925aa7c55b4370ce8c2eacb4e77269 /src/glwidget.h
parent040a37e1a7546075b25db08ed036f4772a0abf42 (diff)
replace variable names.
Diffstat (limited to 'src/glwidget.h')
-rwxr-xr-xsrc/glwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glwidget.h b/src/glwidget.h
index d875cd1..91df32f 100755
--- a/src/glwidget.h
+++ b/src/glwidget.h
@@ -53,7 +53,7 @@ private:
GLuint m_fullscreen_vbo;
GLuint m_fullscreen_vao;
- QImage m_image;
+ QImage m_ground_image;
GLuint m_ground_texture;
float m_movementScaling;