This commit is contained in:
aozhiwei 2023-11-06 11:34:24 +08:00
parent 454e244e0f
commit 1ed072e494

View File

@ -197,7 +197,7 @@ RoomObstacleWeakPtr&& RoomObstacleWeakPtr::operator=(RoomObstacleWeakPtr&& x)
RoomObstacleWeakPtr::~RoomObstacleWeakPtr()
{
Reset();
++Perf::Instance()->o_wptr_num;
--Perf::Instance()->o_wptr_num;
}
void RoomObstacleWeakPtr::Reset()