aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2022-01-19 22:31:38 +0100
committerAleksa Vučković <aleksav013@gmail.com>2022-01-19 22:31:38 +0100
commitf45bfee860577b244a9a9f01df0d1e34f2c148df (patch)
tree0d82c6b0d8c86d754686f858b221f328a254844d /src
parent6a3903cc8935adf774ba0c141fe757911be226d6 (diff)
Makefile updateHEADmaster
Diffstat (limited to 'src')
-rw-r--r--src/State.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/State.cpp b/src/State.cpp
index 9e20035..077a195 100644
--- a/src/State.cpp
+++ b/src/State.cpp
@@ -11,7 +11,7 @@ State::State()
}
void State::initwin()
{
- prozor=std::make_shared<sf::RenderWindow>(sf::VideoMode::getFullscreenModes()[0],"RPG igra",sf::Style::Fullscreen);
+ prozor=std::make_shared<sf::RenderWindow>(sf::VideoMode::getFullscreenModes()[0],"RPG igra",sf::Style::Default);
prozor->setVerticalSyncEnabled(true);
visina=prozor->getSize().y;
sirina=prozor->getSize().x;