mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-03 05:31:12 +00:00
Refs #358. Converted tabs to spaces and removed extra whitepace.
This commit is contained in:
parent
acac924edc
commit
f816a43f6b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user