diff options
author | Sebastian Park <SebPark03@gmail.com> | 2024-04-23 03:38:57 -0400 |
---|---|---|
committer | Sebastian Park <SebPark03@gmail.com> | 2024-04-23 03:38:57 -0400 |
commit | afea13471ff50d0c8500210c0a15fcf686a77832 (patch) | |
tree | ba2da9611f925aa7c55b4370ce8c2eacb4e77269 /src/glwidget.h | |
parent | 040a37e1a7546075b25db08ed036f4772a0abf42 (diff) |
replace variable names.
Diffstat (limited to 'src/glwidget.h')
-rwxr-xr-x | src/glwidget.h | 2 |
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; |