Scale line-width to match zoom.

This commit is contained in:
Paul Chote
2011-07-22 21:13:14 +12:00
parent fc783ddf80
commit 6183621a72
6 changed files with 24 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ namespace OpenRA.Renderer.Null
}
public void DrawPrimitives(PrimitiveType pt, int firstVertex, int numVertices) { }
public void SetLineWidth( float width ) { }
public IVertexBuffer<Vertex> CreateVertexBuffer(int size) { return new NullVertexBuffer<Vertex>(); }
public ITexture CreateTexture() { return new NullTexture(); }