This commit is contained in:
aozhiwei 2024-01-05 16:27:52 +08:00
parent 9c0dbdae6c
commit ade8d12bc1

View File

@ -482,11 +482,13 @@ 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);
#if 0
owner->room->frame_event.AddPropChg(owner->GetWeakPtrRef(), owner->room->frame_event.AddPropChg(owner->GetWeakPtrRef(),
kPropFlyTo, kPropFlyTo,
0, 0,
0, 0,
false); false);
#endif
} }
void CallFuncBuff::ProcLightCircle() void CallFuncBuff::ProcLightCircle()