From 8a263ad78b07f9eb178803940087b564685992e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre?= Date: Sat, 19 Mar 2016 19:34:15 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20de=20la=20taille=20de=20l'=C3=A9cr?= =?UTF-8?q?an?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine.cpp b/src/engine.cpp index 524ec0a..fa31415 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -3,7 +3,7 @@ #include Engine::Engine() : window( - sf::VideoMode(800, 600), "Projet CMI", + sf::VideoMode(704, 480), "Projet CMI", sf::Style::Default & ~sf::Style::Resize, sf::ContextSettings(0, 0, 2) ) {