reduce initial window size
This commit is contained in:
parent
7dfe660ecd
commit
48b245bd10
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public:
|
||||||
// Fenêtre
|
// Fenêtre
|
||||||
static sf::RenderWindow window;
|
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 std::string name = "Projet",
|
||||||
const bool printFps = false); // constructor
|
const bool printFps = false); // constructor
|
||||||
~Ecran(); // destructor
|
~Ecran(); // destructor
|
||||||
|
|
Reference in a new issue