注释无效代码

This commit is contained in:
aozhiwei 2021-11-01 17:16:36 +08:00
parent 5919e6adb6
commit ea68294f62

View File

@ -1266,7 +1266,7 @@ void Room::UpdateGasInactive()
Room* room = (Room*)param.sender.GetUserData(); Room* room = (Room*)param.sender.GetUserData();
room->auto_jump_timer_ = nullptr; room->auto_jump_timer_ = nullptr;
}); });
#if 1 #ifdef DEBUG
a8::XPrintf("max_run_delay:%d %d\n", {PerfMonitor::Instance()->max_run_delay_time, a8::XPrintf("max_run_delay:%d %d\n", {PerfMonitor::Instance()->max_run_delay_time,
a8::XGetTickCount() - begin_tick}); a8::XGetTickCount() - begin_tick});
#endif #endif