Ne pas appeler ->frame() avec le gestionnaire (passé au constructeur)

This commit is contained in:
Mattéo Delabre 2016-03-30 14:02:54 +02:00
parent d09465cf4e
commit 6808bfe5b7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ void Manager::start() {
}
elapsed_time = clock.restart().asSeconds();
view->frame(*this);
view->frame();
}
}