From 88ba42f91df96eabb920b6ea31aec32a6396b304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Thu, 8 Sep 2016 21:33:47 +0200 Subject: [PATCH] Fix choosing display --- client/CMT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/CMT.cpp b/client/CMT.cpp index 4f73754e0..a9e5d4b17 100644 --- a/client/CMT.cpp +++ b/client/CMT.cpp @@ -407,7 +407,7 @@ int main(int argc, char** argv) } } - setScreenRes(res["width"].Float(), res["height"].Float(), video["bitsPerPixel"].Float(), video["displayIndex"].Float(), video["fullscreen"].Bool()); + setScreenRes(res["width"].Float(), res["height"].Float(), video["bitsPerPixel"].Float(), video["fullscreen"].Bool(), video["displayIndex"].Float()); logGlobal->infoStream() <<"\tInitializing screen: "<