This commit is contained in:
azw 2023-04-24 07:35:53 +00:00
parent bc48f98858
commit d1143afd28

View File

@ -257,11 +257,11 @@ void App::AddSocketMsg(SocketFrom_e sockfrom,
void App::QuickExecute() void App::QuickExecute()
{ {
f8::Timer::Instance()->Update();
f8::MsgQueue::Instance()->Update(); f8::MsgQueue::Instance()->Update();
DispatchMsg(); DispatchMsg();
DispatchUdpMsg(); DispatchUdpMsg();
LongSessionMgr::Instance()->Update(); LongSessionMgr::Instance()->Update();
f8::Timer::Instance()->Update();
} }
void App::SlowerExecute() void App::SlowerExecute()