summaryrefslogtreecommitdiffstats
path: root/core/variant.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-05-17 18:45:56 +0200
committerRémi Verschelde <rverschelde@gmail.com>2017-05-17 18:45:56 +0200
commitc3baf5eb3cf71c6645e2b721c09d284db0f630b2 (patch)
tree435332b46956d320be44f2cdc1f6908da971f8a1 /core/variant.h
parent98a329670227c726a5d7a196e5cba8dbdd54301b (diff)
downloadredot-engine-c3baf5eb3cf71c6645e2b721c09d284db0f630b2.tar.gz
Fix two typos from previous commit
Also cleanup comments on variant types.
Diffstat (limited to 'core/variant.h')
-rw-r--r--core/variant.h4
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,