Browse Source

Removed old comment

tags/v1.0.0
Fen Dweller 6 years ago
parent
commit
64b3060f38
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      game.js

+ 0
- 2
game.js View File

@@ -4816,8 +4816,6 @@ function updatePreview(name) {
if (unitType == undefined) if (unitType == undefined)
return; return;


// we might have a second scale to worry about!

if (unitType == "length") if (unitType == "length")
result = length(value * scale, unit); result = length(value * scale, unit);
else if (unitType == "area") else if (unitType == "area")


Loading…
Cancel
Save