TODO implementer move et setState

This commit is contained in:
util1 2019-07-18 15:51:06 +02:00
parent b4ba8735a1
commit b79f5787c6
2 changed files with 3 additions and 4 deletions

View File

@ -31,13 +31,13 @@ void FxEngine::setState(FE_State state)
return;
if (state==true)
{
// todo
// TODO
// gint timer
m_moveActive=true;
}
else
{
// todo
// TODO
// gint kill timer
m_moveActive=false;
}

View File

@ -27,8 +27,7 @@ private:
static void move(); // appelé à intervalles réguliers
}
};