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 6433e22..d875cd1 100755 --- a/src/glwidget.h +++ b/src/glwidget.h @@ -54,7 +54,7 @@ private: GLuint m_fullscreen_vbo; GLuint m_fullscreen_vao; QImage m_image; - GLuint m_kitten_texture; + GLuint m_ground_texture; float m_movementScaling; float m_vertexSelectionThreshold; |