FPS HIDE
This commit is contained in:
parent
709606ac32
commit
6c86e96097
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ int main(int argc, char const *argv[]) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const Ecran e;
|
const Ecran e;
|
||||||
e.toggleFps();
|
// e.toggleFps();
|
||||||
e.afficher({[&]() { s->play(); }},
|
e.afficher({[&]() { s->play(); }},
|
||||||
{[&](const int x, const int y) { s->event(x, y); }});
|
{[&](const int x, const int y) { s->event(x, y); }});
|
||||||
|
|
||||||
|
|
Reference in a new issue