Skip to content

Commit 1a8e1a3

Browse files
author
Thumperrr
committed
Disabled window resize.
1 parent 0ee76a4 commit 1a8e1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace chesspp
55
{
66
Application::Application()
7-
: display(sf::VideoMode(640, 640), "ChessPlusPlus"),
7+
: display(sf::VideoMode(640, 640), "ChessPlusPlus", sf::Style::Close),
88
running(true),
99
state(new AppStateGame(this))
1010
{

0 commit comments

Comments
 (0)