mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Fix the wrong type of deletion used in some internal Mesh data
This commit is contained in:
@@ -121,7 +121,7 @@ Mesh::~Mesh()
|
||||
{
|
||||
delete vertexBuffer;
|
||||
delete indexBuffer;
|
||||
delete vertexScratchBuffer;
|
||||
delete[] vertexScratchBuffer;
|
||||
|
||||
for (const auto &attrib : attachedAttributes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user