Refs #358. Renamed flag to disable glewExperimental.

The old name was -disable_glew_experimental, the new name is -x.
This commit is contained in:
Ignacio Lillo 2015-06-06 12:31:58 -03:00
parent 46746c7cbb
commit acac924edc

View File

@ -1634,7 +1634,7 @@ int main(int argc, char ** argv) {
fullscreen = true;
}
else if (strcmp(argv[i], "-disable_glew_experimental") == 0){
else if (strcmp(argv[i], "-x") == 0){
//disable it at runtime for certain buggy drivers
disable_glew_experimental = true;
}