This commit is contained in:
aozhiwei 2023-12-25 15:05:50 +08:00
parent 5893b59941
commit 72b288c2a9

View File

@ -482,6 +482,11 @@ void CallFuncBuff::ProcFlashMoveToPos()
owner->GetMutablePos().FromGlmVec3(glm::vec3(x, y, z)); owner->GetMutablePos().FromGlmVec3(glm::vec3(x, y, z));
App::Instance()->verify_set_pos = 0; App::Instance()->verify_set_pos = 0;
owner->room->grid_service->MoveCreature(owner); owner->room->grid_service->MoveCreature(owner);
owner->room->frame_event.AddPropChg(owner->GetWeakPtrRef(),
kPropFlyTo,
0,
0,
false);
} }
void CallFuncBuff::ProcLightCircle() void CallFuncBuff::ProcLightCircle()