mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 08:56:36 +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;
|
||||
break;
|
||||
default:
|
||||
ch = hifi.glyphs.noIcon;
|
||||
glyph = hifi.glyphs.noIcon;
|
||||
}
|
||||
return glyph;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue