1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00

Merge pull request #12255 from dos1/patch-1

variant.h: Update comments with numeric enum values
This commit is contained in:
Poommetee Ketson
2017-10-20 22:37:33 +07:00
committed by GitHub

View File

@@ -99,15 +99,15 @@ public:
_RID,
OBJECT,
DICTIONARY,
ARRAY, // 20
ARRAY,
// arrays
POOL_BYTE_ARRAY,
POOL_BYTE_ARRAY, // 20
POOL_INT_ARRAY,
POOL_REAL_ARRAY,
POOL_STRING_ARRAY,
POOL_VECTOR2_ARRAY, // 25
POOL_VECTOR3_ARRAY,
POOL_VECTOR2_ARRAY,
POOL_VECTOR3_ARRAY, // 25
POOL_COLOR_ARRAY,
VARIANT_MAX