mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-25 23:17:28 +00:00
fix the lookat
This commit is contained in:
parent
801ca69778
commit
595afe42e5
@ -16,7 +16,7 @@ void ChangeOrientationBehavior::Calculate(BehaviorContext* context, RakNet::BitS
|
|||||||
if (self == nullptr || other == nullptr) return;
|
if (self == nullptr || other == nullptr) return;
|
||||||
|
|
||||||
const auto source = self->GetPosition();
|
const auto source = self->GetPosition();
|
||||||
const auto destination = self->GetPosition();
|
const auto destination = other->GetPosition();
|
||||||
|
|
||||||
if (m_OrientCaster) {
|
if (m_OrientCaster) {
|
||||||
auto* baseCombatAIComponent = self->GetComponent<BaseCombatAIComponent>();
|
auto* baseCombatAIComponent = self->GetComponent<BaseCombatAIComponent>();
|
||||||
|
Loading…
Reference in New Issue
Block a user