Correction de la taille de l'écran

This commit is contained in:
Mattéo Delabre 2016-03-19 19:34:15 +01:00
parent 4b606cc1da
commit 8a263ad78b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include <queue>
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)
) {