remove unused vsync parameter from renderers
This commit is contained in:
@@ -29,7 +29,7 @@ namespace OpenRA.FileFormats.Graphics
|
||||
|
||||
public interface IDeviceFactory
|
||||
{
|
||||
IGraphicsDevice Create( Size size, WindowMode windowMode, bool vsync );
|
||||
IGraphicsDevice Create( Size size, WindowMode windowMode );
|
||||
}
|
||||
|
||||
public interface IGraphicsDevice
|
||||
|
||||
Reference in New Issue
Block a user