Merge branch 'master' of github.com:highfidelity/hifi into head-controller

This commit is contained in:
Seth Alves 2017-06-05 11:36:28 -07:00
commit c83549a679
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;