fix
This commit is contained in:
@@ -34,7 +34,7 @@ namespace DevourClient.Helpers
|
||||
return color;
|
||||
}
|
||||
|
||||
private Texture2D MakeTex(int width, int height, Color col)
|
||||
public static Texture2D MakeTex(int width, int height, Color col)
|
||||
{
|
||||
Color[] pix = new Color[width * height];
|
||||
for (int i = 0; i < pix.Length; ++i)
|
||||
|
||||
Reference in New Issue
Block a user