diff --git a/dGame/dComponents/PetComponent.cpp b/dGame/dComponents/PetComponent.cpp index 2bb9f0e6..d235b7b5 100644 --- a/dGame/dComponents/PetComponent.cpp +++ b/dGame/dComponents/PetComponent.cpp @@ -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;