1
This commit is contained in:
parent
9c0dbdae6c
commit
ade8d12bc1
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user