diff options
| author | Rémi Verschelde | 2017-05-17 18:45:56 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-05-17 18:45:56 +0200 |
| commit | c3baf5eb3cf71c6645e2b721c09d284db0f630b2 (patch) | |
| tree | 435332b46956d320be44f2cdc1f6908da971f8a1 /core/variant.h | |
| parent | 98a329670227c726a5d7a196e5cba8dbdd54301b (diff) | |
| download | godot-c3baf5eb3cf71c6645e2b721c09d284db0f630b2.tar.gz godot-c3baf5eb3cf71c6645e2b721c09d284db0f630b2.tar.zst godot-c3baf5eb3cf71c6645e2b721c09d284db0f630b2.zip | |
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 021f1d014..76097dfbd 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, |
