mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 08:27:46 +00:00
Fixed typo
This commit is contained in:
parent
220190f4f1
commit
ec691c5499
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ namespace Sapphire::World::Util
|
||||||
virtual bool conditionApplies( const Entity::Actor& actor );
|
virtual bool conditionApplies( const Entity::Actor& actor );
|
||||||
};
|
};
|
||||||
|
|
||||||
class ActorFilterRange : public ActorFilter
|
class ActorFilterInRange : public ActorFilter
|
||||||
{
|
{
|
||||||
FFXIVARR_POSITION3 m_startPos;
|
FFXIVARR_POSITION3 m_startPos;
|
||||||
float m_range;
|
float m_range;
|
||||||
|
|
Loading…
Add table
Reference in a new issue