1
This commit is contained in:
parent
a722f25f52
commit
f7c43db12e
@ -291,6 +291,8 @@ void CallFuncBuff::ProcFlashMoveToPos()
|
||||
float y = meta->GetBuffParam3(this);
|
||||
float z = meta->GetBuffParam4(this);
|
||||
|
||||
owner->GetMovement()->ClearPath();
|
||||
|
||||
Global::Instance()->verify_set_pos = 1;
|
||||
owner->GetMutablePos().FromGlmVec3(glm::vec3(x, y, z));
|
||||
Global::Instance()->verify_set_pos = 0;
|
||||
|
@ -2,14 +2,13 @@
|
||||
|
||||
#include "buff.h"
|
||||
|
||||
#if 0
|
||||
|
||||
A8_DECLARE_CLASS_ENUM(CondAddBuff_e, int,
|
||||
kBulletHit = 11,
|
||||
kBulletKill = 12,
|
||||
kBulletEnd = 13,
|
||||
kEnd
|
||||
);
|
||||
#endif
|
||||
|
||||
class CondAddBuff : public Buff
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user