Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticWafer authored Oct 19, 2023
1 parent 7179a90 commit 31d78c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ function uiUpdateLayout() {
w = 256;
h = 192;
left = (window.innerWidth - w) / 2;
top = 0;
top = (maxHeight - h) / 2;
}

fbSize = [[w, h], [w, h]];
Expand Down

0 comments on commit 31d78c6

Please sign in to comment.