diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-05-04 18:30:57 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-05-04 18:30:57 -0300 |
commit | 2d396fb71070f282b6858cb77efac1c948b6b4a9 (patch) | |
tree | f4328a7d6e65dcdf0ef6ccfc6ec783c2bd783db4 /scene/main | |
parent | 6f8bd899311d459b9e391b4acf72ccfa5cc1d806 (diff) |
-More strict argument type-checking, will make many bugs visible, fixes #1809
-added NOTIFICATION_INSTANCED
Diffstat (limited to 'scene/main')
-rw-r--r-- | scene/main/node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/node.h b/scene/main/node.h index aeada3c5bb..4d0a84d347 100644 --- a/scene/main/node.h +++ b/scene/main/node.h @@ -170,6 +170,7 @@ public: NOTIFICATION_PROCESS = 17, NOTIFICATION_PARENTED=18, NOTIFICATION_UNPARENTED=19, + NOTIFICATION_INSTANCED=20, }; /* NODE/TREE */ |