From 708f5d05ec7776e2b4b23ee23733aa360951936a Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 30 Aug 2021 21:25:01 +0200 Subject: [PATCH] Don't set s_entity_controller in enter_tree. --- entities/entity.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/entities/entity.cpp b/entities/entity.cpp index 085a74d..0688f87 100644 --- a/entities/entity.cpp +++ b/entities/entity.cpp @@ -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)