mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-02-22 17:18:12 +01:00
Don't set s_entity_controller in enter_tree.
This commit is contained in:
parent
376818cbc8
commit
708f5d05ec
@ -6586,8 +6586,6 @@ void Entity::_notification(int p_what) {
|
|||||||
_character_skeleton->call("set_model_index", _c_model_index);
|
_character_skeleton->call("set_model_index", _c_model_index);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sets_entity_controller(gets_entity_controller());
|
|
||||||
} break;
|
} break;
|
||||||
case NOTIFICATION_PROCESS: {
|
case NOTIFICATION_PROCESS: {
|
||||||
if (!_maunal_process)
|
if (!_maunal_process)
|
||||||
|
Loading…
Reference in New Issue
Block a user