mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
BackdropRenderer obsolete update
This commit is contained in:
parent
20861de0fb
commit
edcafe3f58
@ -172,7 +172,8 @@
|
|||||||
pass.Apply()
|
pass.Apply()
|
||||||
GraphicsDevice.SetVertexBuffer(vBuffer)
|
GraphicsDevice.SetVertexBuffer(vBuffer)
|
||||||
GraphicsDevice.Indices = iBuffer
|
GraphicsDevice.Indices = iBuffer
|
||||||
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)
|
||||||
Next
|
Next
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user