mirror of
https://github.com/godotengine/godot.git
synced 2024-11-23 12:43:43 +00:00
Revert this, karroffel makes sense that this should be implemented per language.
This commit is contained in:
parent
2e3a1caa06
commit
5410662720
@ -848,7 +848,7 @@ void Object::notification(int p_notification, bool p_reversed) {
|
||||
|
||||
_notificationv(p_notification, p_reversed);
|
||||
|
||||
if (script_instance && p_notification != NOTIFICATION_PREDELETE) {
|
||||
if (script_instance) {
|
||||
script_instance->notification(p_notification);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user