resolved MacOS compilation warnings

This commit is contained in:
EmosewaMC
2022-04-05 05:11:06 -07:00
parent a0a9936e47
commit 9d79fc3d2e
10 changed files with 15 additions and 15 deletions

View File

@@ -61,7 +61,7 @@ public:
MovementAIComponent(Entity* parentEntity, MovementAIInfo info);
~MovementAIComponent() override;
void Update(float deltaTime);
void Update(float deltaTime) override;
/**
* Returns the basic settings that this entity uses to move around