mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
forgot to bind NOTIFICATION_INSTANCED, closes #2261
This commit is contained in:
parent
b9d5763b02
commit
b988f016fd
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user