mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-12-25 06:53:35 +00:00
Update PetComponent.cpp
This commit is contained in:
parent
17753c56e4
commit
d5a0b71b9e
@ -793,7 +793,7 @@ void PetComponent::OnSpawn() {
|
|||||||
Game::entityManager->SerializeEntity(m_Parent);
|
Game::entityManager->SerializeEntity(m_Parent);
|
||||||
}
|
}
|
||||||
|
|
||||||
void PetComponent::OnFollow(const float& deltaTime) {
|
void PetComponent::OnFollow(const float deltaTime) {
|
||||||
Entity* owner = GetOwner();
|
Entity* owner = GetOwner();
|
||||||
if (!owner) return;
|
if (!owner) return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user