Skip to content

Commit

Permalink
Update menu_builder.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fox-john authored Jun 1, 2017
1 parent c532fd3 commit b0bfdaa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions menu_builder.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference path="../../types-gt-mp/index.d.ts" />

var screenX = API.getScreenResolutionMaintainRatio().Width;
var screenY = API.getScreenResolutionMaintainRatio().Height;
var panelMinX = Math.round(screenX / 32);
Expand Down Expand Up @@ -2436,4 +2434,4 @@ API.onKeyDown.connect(function (sender, e) {
} else {
return;
}
});
});

0 comments on commit b0bfdaa

Please sign in to comment.