Julien-Pires/Pulsar

Dispose in SubMesh doesn't clean correctly ressources

Closed this issue · 0 comments

In Dispose method of SubMesh class, when it comes to clean the IndexBuffer the condition is incorrect because it check if there are vertex buffer instead of index buffer.