mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:37:48 +02: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",
|
Light: "p",
|
||||||
Zone: "o",
|
Zone: "o",
|
||||||
PolyVox: "",
|
PolyVox: "",
|
||||||
Multiple: ""
|
Multiple: "",
|
||||||
|
PolyLine: ""
|
||||||
}
|
}
|
||||||
|
|
||||||
var EDITOR_TIMEOUT_DURATION = 1500;
|
var EDITOR_TIMEOUT_DURATION = 1500;
|
||||||
|
|
Loading…
Reference in a new issue