This commit is contained in:
aozhiwei 2022-08-19 16:47:32 +08:00
parent 543d06564d
commit 3d26f1a64a

View File

@ -1679,7 +1679,7 @@ void Human::SendUpdateMsg()
#ifdef DEBUG #ifdef DEBUG
end_tick1 = a8::XGetTickCount(); end_tick1 = a8::XGetTickCount();
if (end_tick1 - begin_tick1 > 100) { if (end_tick1 - begin_tick1 > 100) {
A8_ABORT(); p A8_ABORT();
} }
#endif #endif
framedata_.ClearFrameData(this); framedata_.ClearFrameData(this);