Skip to content

Commit

Permalink
Merge branch 'master' into quadbuffer_stereo
Browse files Browse the repository at this point in the history
  • Loading branch information
derhass committed Oct 1, 2018
2 parents ceb0baf + 1180787 commit a2ec457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HelloCube.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ void parseCommandlineArgs(AppConfig& cfg, int argc, char**argv)
} else if (!std::strcmp(argv[i], "--undecorated")) {
cfg.decorated = false;
} else if (!std::strcmp(argv[i], "--gl-debug-sync")) {
cfg.debugOutputSynchronous = false;
cfg.debugOutputSynchronous = true;
} else if (!std::strcmp(argv[i], "--stereo")) {
cfg.stereo = true;
}
Expand Down

0 comments on commit a2ec457

Please sign in to comment.