This commit is contained in:
Ben Kyd
2020-09-03 15:17:21 +00:00
parent 3edce6535a
commit d3e3477cd9
5 changed files with 31 additions and 15 deletions

View File

@@ -48,11 +48,11 @@ public:
// _Logger.Debug(m_TimeAccumilator);
if (m_TimeAccumilator < 4.0f)
{
DisplayTitle(fTime);
return true;
}
//if (m_TimeAccumilator < 4.0f)
//{
// DisplayTitle(fTime);
// return true;
//}
_Dungeon->Input(this, fTime);