mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
forgot to bind NOTIFICATION_INSTANCED, closes #2261
This commit is contained in:
@@ -2067,6 +2067,8 @@ void Node::_bind_methods() {
|
||||
BIND_CONSTANT( NOTIFICATION_UNPARENTED );
|
||||
BIND_CONSTANT( NOTIFICATION_PAUSED );
|
||||
BIND_CONSTANT( NOTIFICATION_UNPAUSED );
|
||||
BIND_CONSTANT( NOTIFICATION_INSTANCED );
|
||||
|
||||
|
||||
|
||||
BIND_CONSTANT( PAUSE_MODE_INHERIT );
|
||||
|
||||
Reference in New Issue
Block a user