git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1208 993157c7-ee19-0410-b2c4-bb4e9862e678

This commit is contained in:
beedee
2007-07-13 16:55:53 +00:00
parent 8ac1535e13
commit 289cc091bc
3 changed files with 15 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ namespace OpenRa.Game
public void BeginFrame( PointF r1, PointF r2, PointF scroll )
{
device.Begin();
//device.Clear(0, Surfaces.Color);
//device.Clear(Color.Gray.ToArgb(), Surfaces.Color);
shader.SetValue(scrollHandle, scroll);
shader.SetValue(r1Handle, r1);