diff options
Diffstat (limited to 'core/variant.cpp')
-rw-r--r-- | core/variant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/variant.cpp b/core/variant.cpp index efb6b8296b..e02c9c33a1 100644 --- a/core/variant.cpp +++ b/core/variant.cpp @@ -56,7 +56,7 @@ String Variant::get_type_name(Variant::Type p_type) { } break; case REAL: { - return "real"; + return "float"; } break; case STRING: { |