mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix icon for polylines in entities editor properties page
This commit is contained in:
parent
bc2311cb35
commit
58c4a2f12a
2 changed files with 2 additions and 1 deletions
Binary file not shown.
|
@ -20,7 +20,8 @@ var ICON_FOR_TYPE = {
|
|||
Light: "p",
|
||||
Zone: "o",
|
||||
PolyVox: "",
|
||||
Multiple: ""
|
||||
Multiple: "",
|
||||
PolyLine: ""
|
||||
}
|
||||
|
||||
var EDITOR_TIMEOUT_DURATION = 1500;
|
||||
|
|
Loading…
Reference in a new issue