From 2d396fb71070f282b6858cb77efac1c948b6b4a9 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 4 May 2015 18:30:57 -0300 Subject: -More strict argument type-checking, will make many bugs visible, fixes #1809 -added NOTIFICATION_INSTANCED --- scene/main/node.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene/main/node.h') diff --git a/scene/main/node.h b/scene/main/node.h index aeada3c5b..4d0a84d34 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 */ -- cgit v1.2.3-70-g09d2