Compare commits

..

1 Commits

Author SHA1 Message Date
Bo 283933027e
Merge fe25e221a5 into 48afa82f29 2023-12-09 06:12:49 +08:00
1 changed files with 0 additions and 6 deletions

View File

@ -356,12 +356,6 @@ String vformat(const String &p_text, const VarArgs... p_args) {
#include <godot_cpp/variant/builtin_vararg_methods.hpp> #include <godot_cpp/variant/builtin_vararg_methods.hpp>
#ifdef REAL_T_IS_DOUBLE
using PackedRealArray = PackedFloat64Array;
#else
using PackedRealArray = PackedFloat32Array;
#endif // REAL_T_IS_DOUBLE
} // namespace godot } // namespace godot
#endif // GODOT_VARIANT_HPP #endif // GODOT_VARIANT_HPP