Bug in ERY.AgateLib.MDX.DrawBuffer?

Hi kanato,

this seems to be wrong (Line 67):

  1. if (mVertPointer + verts.Length > mVerts.Length)

IMO it should be:

  1. while (mVertPointer + verts.Length > mVerts.Length)

regards, daG

hmm I think you are right.

hmm I think you are right. Have you had issues with it the way it is?