Removing dead crap from repos
git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@2048 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
@@ -6,7 +6,6 @@ using System.Drawing;
|
||||
using Ijw.DirectX;
|
||||
using System.IO;
|
||||
using OpenRa.FileFormats;
|
||||
using IjwFramework.Delegates;
|
||||
|
||||
namespace OpenRa.Game
|
||||
{
|
||||
@@ -52,7 +51,7 @@ namespace OpenRa.Game
|
||||
public void DrawWithShader(ShaderQuality quality, Action task)
|
||||
{
|
||||
shader.Quality = quality;
|
||||
shader.Render(task);
|
||||
shader.Render(() => task());
|
||||
}
|
||||
|
||||
public void DrawBatch<T>(FvfVertexBuffer<T> vertices, IndexBuffer indices,
|
||||
|
||||
Reference in New Issue
Block a user