diff options
Diffstat (limited to 'src/graphics/shape.h')
-rw-r--r-- | src/graphics/shape.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graphics/shape.h b/src/graphics/shape.h index b993b28..2915190 100644 --- a/src/graphics/shape.h +++ b/src/graphics/shape.h @@ -57,6 +57,9 @@ private: GLuint m_ground_texture; QImage m_ground_image; + GLuint m_sky_texture; + QImage m_sky_image; + unsigned int m_numSurfaceVertices; unsigned int m_verticesSize; float m_red; |