remove IShader.Commit

This commit is contained in:
Chris Forbes
2011-04-30 14:29:32 +12:00
parent 279413f05b
commit 7155747337
4 changed files with 2 additions and 9 deletions

View File

@@ -89,7 +89,6 @@ namespace OpenRA.Graphics
s.SetValue( "Scroll", (int) scroll.X, (int) scroll.Y );
s.SetValue( "r1", r1.X, r1.Y );
s.SetValue( "r2", r2.X, r2.Y );
s.Commit();
}
public void EndFrame( IInputHandler inputHandler )