drop unused parameter on IGraphicsDevice.Clear()
This commit is contained in:
@@ -42,7 +42,7 @@ namespace OpenRA.FileFormats.Graphics
|
||||
Size WindowSize { get; }
|
||||
int GpuMemoryUsed { get; }
|
||||
|
||||
void Clear( Color color );
|
||||
void Clear();
|
||||
void Present();
|
||||
void PumpInput(IInputHandler inputHandler);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user