diff --git a/src/engine.cpp b/src/engine.cpp index b82b76e..39bc5df 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -4,8 +4,7 @@ #include Engine::Engine() : window( - sf::VideoMode(704, 480), "Projet CMI", - sf::Style::Default & ~sf::Style::Resize, + sf::VideoMode(704, 480), "Projet CMI", sf::Style::Default, sf::ContextSettings(0, 0, 2) ), view(sf::FloatRect(0, 0, 704, 480)){ window.setVerticalSyncEnabled(true);