This commit is contained in:
Mylloon 2024-01-08 01:30:57 +01:00
parent 709606ac32
commit 6c86e96097
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -71,7 +71,7 @@ int main(int argc, char const *argv[]) {
}
const Ecran e;
e.toggleFps();
// e.toggleFps();
e.afficher({[&]() { s->play(); }},
{[&](const int x, const int y) { s->event(x, y); }});