mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-01-04 01:29:32 -06:00
remove empty line
remove undeeded header
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user