sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.69k stars 638 forks source link

There is а bug in Direct3D9.D3DX.OptimizeVertices #817

Closed DIMOSUS closed 7 years ago

DIMOSUS commented 7 years ago

D3DX.cs in line number 312 var faces = new int[faceCount]; need var faces = new int[vertexCount];

xoofx commented 7 years ago

PR?

DIMOSUS commented 7 years ago

I'm sorry, I did not catch you

xoofx commented 7 years ago

Can you make a fix via a Pull Request?

DIMOSUS commented 7 years ago

Yes, it can be closed?