This commit is contained in:
aozhiwei 2020-05-26 16:24:42 +08:00
parent 3f60d7597b
commit 51f901dfa1

View File

@ -79,7 +79,7 @@ void RoomMgr::Update(int delta_time)
#ifdef DEBUG #ifdef DEBUG
if (a8::XGetTickCount() - last_tick > 1000 *1) { if (a8::XGetTickCount() - last_tick > 1000 *1) {
last_tick = a8::XGetTickCount(); last_tick = a8::XGetTickCount();
a8::UdpLog::Instance()->Debug("room %d real_alive_count:%d", a8::UdpLog::Instance()->Debug("room_idx:%d real_alive_count:%d",
{ {
room->room_idx, room->room_idx,
room->RealAliveCount() room->RealAliveCount()