This commit is contained in:
David Rowe 2016-03-09 12:20:09 +13:00
parent edc50f102d
commit 269936f3ac

View file

@ -41,7 +41,7 @@ Item {
glyph = hifi.glyphs.placemark;
break;
default:
ch = hifi.glyphs.noIcon;
glyph = hifi.glyphs.noIcon;
}
return glyph;
}