mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-16 13:08:31 +00:00
Replace all auto with auto*
For components
This commit is contained in:
@@ -14,7 +14,7 @@ void PullToPointBehavior::Handle(BehaviorContext* context, RakNet::BitStream* bi
|
||||
return;
|
||||
}
|
||||
|
||||
auto movement = target->GetComponent<MovementAIComponent>();
|
||||
auto* movement = target->GetComponent<MovementAIComponent>();
|
||||
|
||||
if (movement == nullptr) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user