removing some extraneous flushes and a scissor

This commit is contained in:
Bob
2010-04-11 21:03:19 +12:00
parent 96af8b037a
commit 8e71f4d178
4 changed files with 5 additions and 13 deletions

View File

@@ -191,7 +191,6 @@ namespace OpenRA.Widgets
DrawRGBA(ss[7], new float2(br.X - (int)ss[7].size.X, br.Y - (int)ss[7].size.Y));
if (a != null) a();
Game.chrome.renderer.RgbaSpriteRenderer.Flush();
}
}
}