further address feedback

This commit is contained in:
jadebenn
2024-12-14 20:03:16 -06:00
parent 0786986345
commit 472f873e57
3 changed files with 4 additions and 4 deletions

View File

@@ -855,7 +855,7 @@ void PetComponent::StartInteractBouncer() {
// THIS IS ALL BAD, BAD, BAD! FIX IT, ME! >:(
SetIsHandlingInteraction(true);
SwitchComponent* closestSwitch = SwitchComponent::GetClosestSwitch(m_MovementAI->GetDestination()); // TODO: Find a better way to do this
closestSwitch->EntityEnter(m_Parent);
closestSwitch->OnUse(m_Parent);
}
void PetComponent::HandleInteractBouncer() {