mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 01:38:20 +00:00
remove empty line
remove undeeded header
This commit is contained in:
parent
1fb086ccbd
commit
a5ff93351d
@ -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);
|
||||
|
@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "Behavior.h"
|
||||
#include <vector>
|
||||
|
||||
class ChangeOrientationBehavior final : public Behavior {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user