Removed now-unused ITexture.SetData() overload

This commit is contained in:
penev92
2021-08-03 00:51:35 +03:00
committed by Matthias Mailänder
parent cb8530fbae
commit 6f0509d235
3 changed files with 0 additions and 27 deletions

View File

@@ -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();