[DEBUG] start/stop error

This commit is contained in:
Edouard DUPIN 2014-09-22 22:13:57 +02:00
parent cddef97574
commit 59bf3520f4

View File

@ -244,7 +244,7 @@ void ege::widget::Scene::periodicCall(const ewol::event::Time& _event) {
curentDelta *= m_ratioTime;
}
// check if the processing is availlable
if (m_isRunning.get() == gameStart) {
if (m_isRunning.get() == gameStop) {
markToRedraw();
return;
}