Removed now-unused ITexture.SetData() overload
This commit is contained in:
committed by
Matthias Mailänder
parent
cb8530fbae
commit
6f0509d235
@@ -124,7 +124,6 @@ namespace OpenRA
|
||||
|
||||
public interface ITexture : IDisposable
|
||||
{
|
||||
void SetData(uint[,] colors);
|
||||
void SetData(byte[] colors, int width, int height);
|
||||
void SetFloatData(float[] data, int width, int height);
|
||||
byte[] GetData();
|
||||
|
||||
Reference in New Issue
Block a user