Skip to content

Commit

Permalink
<_<
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Jun 16, 2021
1 parent f5b472d commit c532f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/Overlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ const MeetingHud: React.FC<MeetingHudProps> = ({ voiceState, gameState, playerCo
}

let ratio = windowWidth / windowheight;
let resultW = ratio.toFixed(1) == '1.7' ? windowWidth / 1.192 : windowWidth / 1.192;
let resultW = ratio.toFixed(1) == '1.7' ? windowWidth / 1.192 : windowWidth / 1.146;
let resultH = resultW / 1.72;
return [resultW, resultH];
}, [windowWidth, windowheight, gameState.oldMeetingHud]);
Expand Down

0 comments on commit c532f54

Please sign in to comment.