From 02f60812ed93a570dbf7324856471393db36bb43 Mon Sep 17 00:00:00 2001 From: George Marques Date: Fri, 4 Dec 2020 09:25:14 -0300 Subject: Rename TYPE_REAL to TYPE_FLOAT To be consistent with the naming everywhere else. --- modules/gdnative/include/gdnative/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/gdnative/include/gdnative/variant.h b/modules/gdnative/include/gdnative/variant.h index 0a611b76e9..2e803d602b 100644 --- a/modules/gdnative/include/gdnative/variant.h +++ b/modules/gdnative/include/gdnative/variant.h @@ -52,7 +52,7 @@ typedef enum godot_variant_type { // atomic types GODOT_VARIANT_TYPE_BOOL, GODOT_VARIANT_TYPE_INT, - GODOT_VARIANT_TYPE_REAL, + GODOT_VARIANT_TYPE_FLOAT, GODOT_VARIANT_TYPE_STRING, // math types -- cgit v1.2.3