Skip to content

Commit

Permalink
ljkhg
Browse files Browse the repository at this point in the history
  • Loading branch information
jkcuk authored Mar 1, 2024
1 parent f82d9d5 commit 05e3f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function screenChanged() {
function onWindowResize() {
// cameraInside.aspect = window.innerWidth / window.innerHeight;
// cameraOutside.aspect = window.innerWidth / window.innerHeight;
updateScreenFOV(fovS);
setScreenFOV(fovS);

renderer.setSize(window.innerWidth, window.innerHeight);
}
Expand Down

0 comments on commit 05e3f3c

Please sign in to comment.