This commit is contained in:
jadis0x
2023-01-15 22:10:33 +03:00
committed by GitHub
parent 26a9607853
commit 933664de8d

View File

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