This commit is contained in:
Chris Forbes
2010-11-01 20:25:03 +13:00
parent 526cf6059a
commit fa35f6caa4
8 changed files with 47 additions and 23 deletions

View File

@@ -11,7 +11,6 @@
using System;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
using OpenRA.FileFormats.Graphics;
using Tao.Cg;
using Tao.OpenGl;
@@ -128,9 +127,6 @@ namespace OpenRA.GlRenderer
CheckGlError();
}
public void Begin() { }
public void End() { }
public void Clear( Color c )
{
Gl.glClearColor( 0, 0, 0, 0 );