Browse Source

Fix choosing display

Piotr Wójcik 9 years ago
parent
commit
88ba42f91d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/CMT.cpp

+ 1 - 1
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: "<<pomtime.getDiff();
 	}