summaryrefslogtreecommitdiff
path: root/src/glwidget.h
diff options
context:
space:
mode:
authorSebastian Park <SebPark03@gmail.com>2024-04-23 03:37:06 -0400
committerSebastian Park <SebPark03@gmail.com>2024-04-23 03:37:06 -0400
commit040a37e1a7546075b25db08ed036f4772a0abf42 (patch)
treeefab5961481daaf4e672109a24191ae109c4e90e /src/glwidget.h
parentafeffed93532c42540636c79cd9ae832656efef4 (diff)
Change texture name and use shader class abstractions.
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 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;