Correction de la taille de l'écran
This commit is contained in:
parent
4b606cc1da
commit
8a263ad78b
|
@ -3,7 +3,7 @@
|
||||||
#include <queue>
|
#include <queue>
|
||||||
|
|
||||||
Engine::Engine() : window(
|
Engine::Engine() : window(
|
||||||
sf::VideoMode(800, 600), "Projet CMI",
|
sf::VideoMode(704, 480), "Projet CMI",
|
||||||
sf::Style::Default & ~sf::Style::Resize,
|
sf::Style::Default & ~sf::Style::Resize,
|
||||||
sf::ContextSettings(0, 0, 2)
|
sf::ContextSettings(0, 0, 2)
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue