From ee8f0fd04a0902281ba07eae2feb3830c8ef7d87 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 10 Apr 2010 11:00:49 +1200 Subject: [PATCH] cleanup of GL usings --- OpenRA.Gl/GraphicsDevice.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Gl/GraphicsDevice.cs b/OpenRA.Gl/GraphicsDevice.cs index 1df70bb374..60cda82a27 100644 --- a/OpenRA.Gl/GraphicsDevice.cs +++ b/OpenRA.Gl/GraphicsDevice.cs @@ -24,9 +24,9 @@ using System.Drawing.Imaging; using System.IO; using System.Runtime.InteropServices; using System.Windows.Forms; +using OpenRA.FileFormats.Graphics; using Tao.Cg; using Tao.OpenGl; -using OpenRA.FileFormats.Graphics; using Tao.Sdl; [assembly: Renderer( typeof( OpenRA.GlRenderer.GraphicsDevice ))]