From 3051b147f5fa275a049933a433f43d04e6918b1c Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 29 Jul 2011 18:42:44 +1200 Subject: [PATCH] fix whitespace in NullGraphicsDevice --- OpenRA.Renderer.Null/NullGraphicsDevice.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Renderer.Null/NullGraphicsDevice.cs b/OpenRA.Renderer.Null/NullGraphicsDevice.cs index 34e53044ab..b25d02b5c3 100644 --- a/OpenRA.Renderer.Null/NullGraphicsDevice.cs +++ b/OpenRA.Renderer.Null/NullGraphicsDevice.cs @@ -39,8 +39,8 @@ namespace OpenRA.Renderer.Null public void DisableScissor() { } public void Clear() { } - public void Present() { } + public void PumpInput(IInputHandler ih) { Game.HasInputFocus = false;