mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
BackdropRenderer fix
This commit is contained in:
parent
edcafe3f58
commit
bab9f725c7
@ -175,6 +175,9 @@
|
|||||||
'GraphicsDevice.DrawIndexedPrimitives(PrimitiveType.TriangleList, 0, 0, _vertices.Count, 0, Indicies.Count)
|
'GraphicsDevice.DrawIndexedPrimitives(PrimitiveType.TriangleList, 0, 0, _vertices.Count, 0, Indicies.Count)
|
||||||
GraphicsDevice.DrawIndexedPrimitives(PrimitiveType.TriangleList, 0, 0, _vertices.Count)
|
GraphicsDevice.DrawIndexedPrimitives(PrimitiveType.TriangleList, 0, 0, _vertices.Count)
|
||||||
Next
|
Next
|
||||||
|
|
||||||
|
vBuffer.Dispose()
|
||||||
|
iBuffer.Dispose()
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Function GetDiffuseColor() As Vector4
|
Private Function GetDiffuseColor() As Vector4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user