You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
@@ -1519,7 +1519,7 @@ void Variant::set_named(const StringName &p_index, const Variant &p_value, bool
|
||||
|
||||
} break;
|
||||
default: {
|
||||
set(p_index.operator String(), p_value, r_valid);
|
||||
set(p_index.operator String(), p_value, &valid);
|
||||
} break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user