diff --git a/Assets/Cryville/Crtr/PdtBinder.cs b/Assets/Cryville/Crtr/PdtBinder.cs index fcaa96e..5beaa43 100644 --- a/Assets/Cryville/Crtr/PdtBinder.cs +++ b/Assets/Cryville/Crtr/PdtBinder.cs @@ -79,8 +79,6 @@ namespace Cryville.Crtr { var result = new SIdentifier[LoadedOperandCount]; for (int i = 0; i < LoadedOperandCount; i++) { var op = GetOperand(i); - if (op.Type != PdtInternalType.Undefined) - throw new InvalidCastException("Not an identifier"); result[i] = new SIdentifier(op.AsIdentifier()); } _cb(result);