UI fix for UHD monitors

This commit is contained in:
simon987 2020-09-14 20:33:09 -04:00
parent 9315111793
commit 18a6858edd

View File

@ -1,7 +1,7 @@
// Typescript V2.4.1
let RENDERER_WIDTH = document.getElementById("game").clientWidth * window.devicePixelRatio;
let RENDERER_HEIGHT = (window.innerHeight - 220) * window.devicePixelRatio;
let RENDERER_HEIGHT = (window.innerHeight - 220);
let DEBUG: boolean;