minor fix for texture packer command.
This commit is contained in:
@@ -90,7 +90,7 @@ namespace RecrownedAthenaeum.Tools.TextureAtlasTools
|
||||
{
|
||||
if (arguments[i] == "-9p")
|
||||
{
|
||||
if (i + 5 >= arguments.Length) throw new ArgumentException("-9p is not followed by proper specifiers for a 9Patch (format: \"-9p textureName,a,b,c,d\" where a, b, c, and d are integers definining the border regions for the 9patch.)");
|
||||
if (i + 1 >= arguments.Length) throw new ArgumentException("-9p is not followed by proper specifiers for a 9Patch (format: \"-9p textureName,a,b,c,d\" where a, b, c, and d are integers definining the border regions for the 9patch.)");
|
||||
string[] nPatchArgs = arguments[i + 1].Split(',');
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user