Don't set s_entity_controller in enter_tree.

This commit is contained in:
Relintai 2021-08-30 21:25:01 +02:00
parent 376818cbc8
commit 708f5d05ec

View File

@ -6586,8 +6586,6 @@ void Entity::_notification(int p_what) {
_character_skeleton->call("set_model_index", _c_model_index);
}
}
sets_entity_controller(gets_entity_controller());
} break;
case NOTIFICATION_PROCESS: {
if (!_maunal_process)