From b4969373b3475799d6b24cdffeda4659c37f0b8a Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 5 Apr 2014 18:50:09 -0300 Subject: =?UTF-8?q?-HttpClient:=20=E2=80=99Content-Length=E2=80=99=20is=20?= =?UTF-8?q?added=20to=20httprequest=20if=20not=20provided=20in=20the=20hea?= =?UTF-8?q?ders=20and=20a=20body=20exists=20-expressions=20in=20GDScript?= =?UTF-8?q?=20can=20take=20multiple=20lines=20if=20inside=20parenthesis=20?= =?UTF-8?q?(python-like)=20-Added=20\=20to=20force=20linebreaks=20to=20GDs?= =?UTF-8?q?cript=20(python-like)=20-added=20exclude=20objects=20from=20ray?= =?UTF-8?q?cast=20-fixed=20crashes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/variant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/variant.cpp') 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: { -- cgit v1.2.3