mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-19 21:33:15 +02:00
Fix missing break.
This commit is contained in:
parent
bff7b220c4
commit
3367f3bc96
@ -6208,7 +6208,7 @@ void Entity::_notification(int p_what) {
|
||||
if (_character_skeleton->has_method("set_gender"))
|
||||
_character_skeleton->call("set_gender", _c_gender);
|
||||
}
|
||||
}
|
||||
} break;
|
||||
case NOTIFICATION_ENTER_TREE: {
|
||||
if (!Engine::get_singleton()->is_editor_hint())
|
||||
set_process(true);
|
||||
|
Loading…
Reference in New Issue
Block a user