This commit is contained in:
aozhiwei 2023-03-17 13:24:48 +08:00
parent a722f25f52
commit f7c43db12e
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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
{