diff --git a/src/main.cpp b/src/main.cpp index 1df7797..7540688 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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); }});