We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c64fd commit abaaf84Copy full SHA for abaaf84
cocos/2d/renderer/CCGroupCommand.h
@@ -92,7 +92,7 @@ class RenderCommandPool<GroupCommand>
92
93
void pushBackCommand(GroupCommand* ptr)
94
{
95
- delete ptr;
+ CC_UNUSED_PARAM(ptr);
96
}
97
};
98
0 commit comments