diff --git a/SpriteCompiler.Test/Tests.cs b/SpriteCompiler.Test/Tests.cs index 1530d90..d38528c 100644 --- a/SpriteCompiler.Test/Tests.cs +++ b/SpriteCompiler.Test/Tests.cs @@ -335,7 +335,7 @@ namespace SpriteCompiler.Test return; } - foreach (var step in solution.Skip(1)) + foreach (var step in solution.ToList().Skip(1)) { Trace.WriteLine(step.Action.Emit()); }