Skip to content

Commit

Permalink
Missed a window size value during last changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnZeZ authored and BurnZeZ committed Feb 24, 2013
1 parent df87404 commit 75d30ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct option_table
option_table() {
for (int i = 0; i < NUM_OPTION_KEYS; i++) {
if(i == OPT_VIEWPORT_X || i == OPT_VIEWPORT_Y) {
options[i] = 11;
options[i] = 12;
}
else {
options[i] = 0;
Expand Down

0 comments on commit 75d30ac

Please sign in to comment.