remove empty line

remove undeeded header
This commit is contained in:
Aaron Kimbre 2023-04-03 08:25:47 -05:00
parent 1fb086ccbd
commit a5ff93351d
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ void ChangeOrientationBehavior::Calculate(BehaviorContext* context, RakNet::BitS
else sourceEntity = EntityManager::Instance()->GetEntity(branch.target);
if (!sourceEntity) return;
if (this->m_toTarget) {
Entity* destinationEntity;
if (this->m_orientCaster) destinationEntity = EntityManager::Instance()->GetEntity(branch.target);

View File

@ -1,7 +1,6 @@
#pragma once
#include "Behavior.h"
#include <vector>
class ChangeOrientationBehavior final : public Behavior {
public: