Rolled back ScreenGL constructor parameters to match version in minorGems tagged with SleepIsDeath_v16.

This commit is contained in:
Jason Rohrer 2022-03-19 14:02:56 -04:00
parent 2851becab0
commit d9b1b11a42

View File

@ -548,7 +548,7 @@ int mainFunction( int inNumArgs, char **inArgs ) {
screen =
new ScreenGL( screenWidth, screenHeight, fullscreen,
30, false,
30,
"SleepIsDeath", NULL, NULL, NULL );
// may change if specified resolution is not supported