1
This commit is contained in:
parent
19c89ce3d6
commit
c2911d2f85
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user