From c532f54cc57d75464719bb0440e93af931892509 Mon Sep 17 00:00:00 2001 From: OhMyGuus Date: Wed, 16 Jun 2021 16:41:09 +0200 Subject: [PATCH] <_< --- src/renderer/Overlay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/Overlay.tsx b/src/renderer/Overlay.tsx index a15b9b0f0..12009f0fb 100644 --- a/src/renderer/Overlay.tsx +++ b/src/renderer/Overlay.tsx @@ -263,7 +263,7 @@ const MeetingHud: React.FC = ({ 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]);