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 9828836 commit c3ee06a
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 @@ -409,7 +409,7 @@ function uiUpdateLayout() {
w = h / 192 * 256;
}
left = (window.innerWidth - w) / 2;
top = 0;
top = h;
}

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

0 comments on commit c3ee06a

Please sign in to comment.