fix typo in last commit

This commit is contained in:
Axel Kohlmeyer
2015-10-08 19:12:53 -04:00
parent d18d5c1434
commit f7f6c76a5d

View File

@ -495,7 +495,7 @@ int Update::time_expired()
if (max_wall < 0) return 0;
int flag = 0;
if (timer->has_loop() && (max_wall > timer->get_wall(Timer::LOOP)))
if (timer->has_loop() && (max_wall > timer->get_wall(Timer::TOTAL)))
flag = 1;
// we have to make certain, that flag is set consistently.