This commit is contained in:
aozhiwei 2023-12-08 11:53:43 +08:00
parent 4945153670
commit 78ca6cf82f

View File

@ -91,6 +91,7 @@ namespace f8
max_run_delay_time_ = end_tick - begin_tick;
}
Schedule();
end_tick = a8::XGetTickCount();
delta_time = end_tick - begin_tick;
}
UnInit();