summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/solarsystem/solarsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/solarsystem/solarsystem.h')
-rw-r--r--examples/qt3d/solarsystem/solarsystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qt3d/solarsystem/solarsystem.h b/examples/qt3d/solarsystem/solarsystem.h
index a5aad7a03..53c89674a 100644
--- a/examples/qt3d/solarsystem/solarsystem.h
+++ b/examples/qt3d/solarsystem/solarsystem.h
@@ -87,6 +87,7 @@ private:
QGraphicsRotation3D *moonRotation;
QGraphicsRotation3D *systemRotation;
QGLSceneNode *spaceScene;
+ QList<QGLTexture2D*> m_LoadedTextures;
QGLShaderProgramEffect* sunEffect;