Refs #358. Converted tabs to spaces and removed extra whitepace.

This commit is contained in:
Ignacio Lillo 2015-06-08 21:36:28 -03:00
parent acac924edc
commit f816a43f6b

View File

@ -1633,13 +1633,10 @@ int main(int argc, char ** argv) {
else if (!strcmp(argv[i], "-f")) {
fullscreen = true;
}
else if (strcmp(argv[i], "-x") == 0){
//disable it at runtime for certain buggy drivers
disable_glew_experimental = true;
}
else {
std::ifstream ifs(argv[1]);
if (ifs) {