Skip to content

Commit abaaf84

Browse files
committed
fix bug.
1 parent e1c64fd commit abaaf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos/2d/renderer/CCGroupCommand.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class RenderCommandPool<GroupCommand>
9292

9393
void pushBackCommand(GroupCommand* ptr)
9494
{
95-
delete ptr;
95+
CC_UNUSED_PARAM(ptr);
9696
}
9797
};
9898

0 commit comments

Comments
 (0)