BackdropRenderer fix

This commit is contained in:
Aragas 2016-10-06 22:04:27 +03:00
parent edcafe3f58
commit bab9f725c7
1 changed files with 3 additions and 0 deletions

View File

@ -175,6 +175,9 @@
'GraphicsDevice.DrawIndexedPrimitives(PrimitiveType.TriangleList, 0, 0, _vertices.Count, 0, Indicies.Count)
GraphicsDevice.DrawIndexedPrimitives(PrimitiveType.TriangleList, 0, 0, _vertices.Count)
Next
vBuffer.Dispose()
iBuffer.Dispose()
End Sub
Private Function GetDiffuseColor() As Vector4