mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-22 20:50:15 +00:00
Remove shared pointer, ODR of componentType variable
This commit is contained in:
@@ -310,7 +310,7 @@ private:
|
||||
/**
|
||||
* Optional direct link to the combat AI component of the parent entity
|
||||
*/
|
||||
std::shared_ptr<BaseCombatAIComponent> m_BaseCombatAI = nullptr;
|
||||
BaseCombatAIComponent* m_BaseCombatAI = nullptr;
|
||||
|
||||
/**
|
||||
* The path the entity is currently following
|
||||
|
||||
Reference in New Issue
Block a user