diff options
author | Sebastian Park <SebPark03@gmail.com> | 2024-04-23 03:37:06 -0400 |
---|---|---|
committer | Sebastian Park <SebPark03@gmail.com> | 2024-04-23 03:37:06 -0400 |
commit | 040a37e1a7546075b25db08ed036f4772a0abf42 (patch) | |
tree | efab5961481daaf4e672109a24191ae109c4e90e /src/glwidget.h | |
parent | afeffed93532c42540636c79cd9ae832656efef4 (diff) |
Change texture name and use shader class abstractions.
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; |