Merge pull request #7979 from Mailaender/d2k-sand-blendmode

Fixed the Dune 2000 harvester sand out animation
This commit is contained in:
abcdefg30
2015-05-14 19:21:06 +02:00
9 changed files with 28 additions and 35 deletions

View File

@@ -43,7 +43,7 @@ namespace OpenRA.Renderer.Null
public void EnableDepthBuffer() { }
public void DisableDepthBuffer() { }
public void SetBlendMode(BlendMode mode) { }
public void SetBlendMode(BlendMode mode, float alpha = 1f) { }
public void GrabWindowMouseFocus() { }
public void ReleaseWindowMouseFocus() { }