fix engagement range slider and armour integrity

hopefully
This commit is contained in:
willyb321
2017-12-19 16:13:30 +11:00
parent ba2e46f88f
commit 1a1d539c60
2 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ export default class EngagementRange extends TranslatedComponent {
const { ship } = props;
const maxRange = this._calcMaxRange(ship);
const maxRange = Math.round(this._calcMaxRange(ship));
this.state = {
maxRange