Merge pull request #10608 from ctrlaltdavid/21379

Fix icon for polylines in entities editor properties page
This commit is contained in:
Andrew Meadows 2017-06-05 11:06:23 -07:00 committed by GitHub
commit 85a1e1d691
2 changed files with 2 additions and 1 deletions

View file

@ -20,7 +20,8 @@ var ICON_FOR_TYPE = {
Light: "p",
Zone: "o",
PolyVox: "",
Multiple: ""
Multiple: "",
PolyLine: ""
}
var EDITOR_TIMEOUT_DURATION = 1500;