mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:49:24 +02:00
Fix typo
This commit is contained in:
parent
edc50f102d
commit
269936f3ac
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Item {
|
||||||
glyph = hifi.glyphs.placemark;
|
glyph = hifi.glyphs.placemark;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
ch = hifi.glyphs.noIcon;
|
glyph = hifi.glyphs.noIcon;
|
||||||
}
|
}
|
||||||
return glyph;
|
return glyph;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue