mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 03:12:36 +01:00
Remove resizeability
This commit is contained in:
parent
cf4f451d15
commit
f026c5ab13
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user