This commit is contained in:
aozhiwei 2022-05-26 19:44:51 +08:00
parent 19c89ce3d6
commit c2911d2f85

View File

@ -288,10 +288,10 @@ void Hero::OnAddToTargetPartObject(Entity* target)
#if 1 #if 1
a8::UdpLog::Instance()->Warning a8::UdpLog::Instance()->Warning
("Hero::OnAddToTargetPartObject " ("Hero::OnAddToTargetPartObject "
"dead_frameno:%d " "delete_frameno:%d "
"room.frameno:%d", "room.frameno:%d",
{ {
dead_frameno, delete_frameno,
room->GetFrameNo() room->GetFrameNo()
}); });
#else #else