diff options
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; |