aboutsummaryrefslogtreecommitdiff
path: root/core/variant.h
diff options
context:
space:
mode:
authorSebastian Krzyszkowiak2017-10-20 12:13:26 +0100
committerSebastian Krzyszkowiak2017-10-20 13:18:40 +0200
commit110adc80d2386d2f884b0da511401c94e9c97026 (patch)
tree538d37fa877114637f0427fbc64c4083e269101e /core/variant.h
parent0e8db63009fdbc586829565d86f0974b95b1cd9e (diff)
downloadgodot-110adc80d2386d2f884b0da511401c94e9c97026.tar.gz
godot-110adc80d2386d2f884b0da511401c94e9c97026.tar.zst
godot-110adc80d2386d2f884b0da511401c94e9c97026.zip
Diffstat (limited to 'core/variant.h')
-rw-r--r--core/variant.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/variant.h b/core/variant.h
index e0d0bf05c..45066af40 100644
--- a/core/variant.h
+++ b/core/variant.h
@@ -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