diff --git a/includes/Ecran.hpp b/includes/Ecran.hpp index fd98c64..4795f7d 100644 --- a/includes/Ecran.hpp +++ b/includes/Ecran.hpp @@ -16,7 +16,7 @@ public: // FenĂȘtre static sf::RenderWindow window; - Ecran(const uint width = 800, const uint height = 800, + Ecran(const uint width = 600, const uint height = 600, const std::string name = "Projet", const bool printFps = false); // constructor ~Ecran(); // destructor