hello
The code below gives this error
"Heap block at 008E8248 modified at 008E8274 past requested size of 24
Windows has triggered a breakpoint in mmdCompiler.exe."
I believe, this is because I try to delete VERTEX_BONE structure, although I create a pointer to hold them (boneVertexAsign), members of structure are not pointer, so when I try to delete boneVertexAsign it gives this error, How can I fix it ?