diff --git a/include/core/Godot.hpp b/include/core/Godot.hpp index 45aca163..90a73aa3 100644 --- a/include/core/Godot.hpp +++ b/include/core/Godot.hpp @@ -60,7 +60,7 @@ template struct _ArgCast { static T _arg_cast(Variant a) { - return static_cast(a); + return a; } };