mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-03 05:31:12 +00:00
Refs #358. Renamed flag to disable glewExperimental.
The old name was -disable_glew_experimental, the new name is -x.
This commit is contained in:
parent
46746c7cbb
commit
acac924edc
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user