mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-05 06:21:07 +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")) {
|
else if (!strcmp(argv[i], "-f")) {
|
||||||
fullscreen = true;
|
fullscreen = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (strcmp(argv[i], "-x") == 0){
|
else if (strcmp(argv[i], "-x") == 0){
|
||||||
//disable it at runtime for certain buggy drivers
|
//disable it at runtime for certain buggy drivers
|
||||||
disable_glew_experimental = true;
|
disable_glew_experimental = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
else {
|
else {
|
||||||
std::ifstream ifs(argv[1]);
|
std::ifstream ifs(argv[1]);
|
||||||
if (ifs) {
|
if (ifs) {
|
||||||
|
Loading…
Reference in New Issue
Block a user