summaryrefslogtreecommitdiffstats
path: root/src/mmscene.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmscene.h')
-rw-r--r--src/mmscene.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mmscene.h b/src/mmscene.h
index 7745206..1340f7d 100644
--- a/src/mmscene.h
+++ b/src/mmscene.h
@@ -59,7 +59,7 @@ protected:
/**
* @brief createDisc Creates a disc and appends it for drawing.
*/
- void createDisc();
+ void createTokens();
/**
* @brief createChessboard Creates a chessboard and appends it for drawing.
@@ -83,7 +83,7 @@ private:
GLSphere *m_sphere;
- GLDisc *m_disc;
+ QVector<GLDisc *> m_tokens;
GLChessboard *m_chessboard;