1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00

Remove resizeability

This commit is contained in:
Daniel Evans 2013-07-02 09:13:31 +01:00
parent cf4f451d15
commit f026c5ab13

View File

@ -131,7 +131,7 @@ int main(int argc, char *argv[])
glewExperimental = GL_TRUE;
glewInit();
window.create(sf::VideoMode(WIDTH, HEIGHT), "GTA3 Viewer", sf::Style::Close | sf::Style::Resize);
window.create(sf::VideoMode(WIDTH, HEIGHT), "GTA3 Viewer", sf::Style::Close);
window.setVerticalSyncEnabled(true);
init(argv[1]);