Update PetComponent.cpp

This commit is contained in:
jadebenn
2024-01-01 12:24:13 -06:00
committed by GitHub
parent 17753c56e4
commit d5a0b71b9e

View File

@@ -793,7 +793,7 @@ void PetComponent::OnSpawn() {
Game::entityManager->SerializeEntity(m_Parent);
}
void PetComponent::OnFollow(const float& deltaTime) {
void PetComponent::OnFollow(const float deltaTime) {
Entity* owner = GetOwner();
if (!owner) return;