Fix two typos from previous commit

Also cleanup comments on variant types.
This commit is contained in:
Rémi Verschelde
2017-05-17 18:45:56 +02:00
parent 98a3296702
commit c3baf5eb3c
10 changed files with 42 additions and 107 deletions

View File

@ -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,