Correct 1080p resolution

This commit is contained in:
Iwan Timmer 2015-05-11 20:50:28 +02:00
parent dfc51b345f
commit 12e423744f

View File

@ -133,8 +133,8 @@ int main(int argc, char* argv[]) {
config.height = 1280; config.height = 1280;
break; break;
case 'b': case 'b':
config.width = 1080; config.width = 1920;
config.height = 1920; config.height = 1080;
break; break;
case 'c': case 'c':
config.width = atoi(optarg); config.width = atoi(optarg);