Compare commits

..

1 Commits

Author SHA1 Message Date
Дмитрий Сальников 4c5f8cd00d
Merge 62a820d9fb into 48afa82f29 2023-12-11 04:54:58 +00: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