From b0bfdaa790b23b5ca2e1a7c02dc025383ad3772b Mon Sep 17 00:00:00 2001 From: Dragoon1010 Date: Thu, 1 Jun 2017 12:19:38 +0200 Subject: [PATCH] Update menu_builder.ts --- menu_builder.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/menu_builder.ts b/menu_builder.ts index 086bcd8..1a6d89b 100644 --- a/menu_builder.ts +++ b/menu_builder.ts @@ -1,5 +1,3 @@ -/// - var screenX = API.getScreenResolutionMaintainRatio().Width; var screenY = API.getScreenResolutionMaintainRatio().Height; var panelMinX = Math.round(screenX / 32); @@ -2436,4 +2434,4 @@ API.onKeyDown.connect(function (sender, e) { } else { return; } -}); \ No newline at end of file +});