Update terrain layer when the terrain data changes.

This commit is contained in:
Paul Chote
2014-12-21 11:38:15 +13:00
parent a48a878a71
commit 7df12cb3e9
4 changed files with 47 additions and 14 deletions

View File

@@ -104,6 +104,7 @@ namespace OpenRA.Renderer.Null
{
public void Bind() { }
public void SetData(T[] vertices, int length) { }
public void SetData(T[] vertices, int start, int length) { }
public void Dispose() { }
}
}