Cleanup logic of PDT interpreter.
This commit is contained in:
@@ -85,7 +85,7 @@ namespace Cryville.Crtr {
|
||||
case '{':
|
||||
return new SkinSelectors(s, a);
|
||||
case '}':
|
||||
return null;
|
||||
throw new FormatException("Invalid token");
|
||||
case '*':
|
||||
GetChar();
|
||||
compKeyFlag = true;
|
||||
|
Reference in New Issue
Block a user