Fix ralint

This commit is contained in:
Paul Chote
2010-08-25 20:04:33 +12:00
parent f635835b1c
commit 0cc440aa1f
2 changed files with 7 additions and 6 deletions

View File

@@ -14,6 +14,9 @@ namespace OpenRA.Mods.RA
{
public void Display()
{
if (Game.Renderer == null)
return;
Game.Renderer.BeginFrame(float2.Zero);
Game.Renderer.EndFrame();
}