Fix RID cannot be string formatted
This commit is contained in:
parent
4a0160241f
commit
6de2686913
1 changed files with 1 additions and 0 deletions
|
|
@ -465,6 +465,7 @@ void Variant::_register_variant_operators() {
|
|||
register_string_modulo_op(Color, Variant::COLOR);
|
||||
register_string_modulo_op(StringName, Variant::STRING_NAME);
|
||||
register_string_modulo_op(NodePath, Variant::NODE_PATH);
|
||||
register_string_modulo_op(::RID, Variant::RID);
|
||||
register_string_modulo_op(Object, Variant::OBJECT);
|
||||
register_string_modulo_op(Callable, Variant::CALLABLE);
|
||||
register_string_modulo_op(Signal, Variant::SIGNAL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue