Stefan Schuermans commited on 2019-07-07 18:19:17
Showing 1 changed files, with 1 additions and 0 deletions.
... | ... |
@@ -97,6 +97,7 @@ bool Pong::updateConfigGame() |
97 | 97 |
bool ret = false; |
98 | 98 |
|
99 | 99 |
// color file was modified -> convert color, return true for update |
100 |
+ // cfg value file was updated -> read new cfg value, return true for update |
|
100 | 101 |
if (colorUpdate(m_fileBallColor, m_ballColor) || |
101 | 102 |
colorUpdate(m_fileLineColor, m_lineColor) || |
102 | 103 |
colorUpdate(m_filePadColor, m_padColor) || |
103 | 104 |