You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Merge pull request #70096 from rune-scape/stringname-dict
StringName Dictionary keys
This commit is contained in:
@@ -5980,7 +5980,7 @@ _FORCE_INLINE_ void TextServerAdvanced::_add_featuers(const Dictionary &p_source
|
||||
int32_t value = values[i];
|
||||
if (value >= 0) {
|
||||
hb_feature_t feature;
|
||||
if (keys[i].get_type() == Variant::STRING) {
|
||||
if (keys[i].is_string()) {
|
||||
feature.tag = _name_to_tag(keys[i]);
|
||||
} else {
|
||||
feature.tag = keys[i];
|
||||
|
||||
Reference in New Issue
Block a user