diff options
Diffstat (limited to 'core/variant.h')
-rw-r--r-- | core/variant.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/variant.h b/core/variant.h index 021f1d0144..76097dfbdd 100644 --- a/core/variant.h +++ b/core/variant.h @@ -91,13 +91,13 @@ public: TRANSFORM2D, PLANE, QUAT, // 10 - RECT3, //sorry naming convention fail :( not like it's used often + RECT3, BASIS, TRANSFORM, // misc types COLOR, - NODE_PATH, + NODE_PATH, // 15 _RID, OBJECT, INPUT_EVENT, |