1
This commit is contained in:
parent
3f60d7597b
commit
51f901dfa1
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user