Open Xrysnow opened 4 years ago
CommandBufferGL::_vertexBuffer is not initialized as nullptr and will cause crash in CommandBufferGL::cleanResources(). https://github.com/cocos2d/cocos2d-x/blob/06367eb77260680c2dfce641361ae690b67f26a2/cocos/renderer/backend/opengl/CommandBufferGL.h#L199
CommandBufferGL::_vertexBuffer
CommandBufferGL::cleanResources()
fixed in PR 20457
CommandBufferGL::_vertexBuffer
is not initialized as nullptr and will cause crash inCommandBufferGL::cleanResources()
. https://github.com/cocos2d/cocos2d-x/blob/06367eb77260680c2dfce641361ae690b67f26a2/cocos/renderer/backend/opengl/CommandBufferGL.h#L199