mirror of
https://github.com/lscharen/iigs-sprite-compiler.git
synced 2025-03-16 04:31:47 +00:00
Merge conflicts from upstream
This commit is contained in:
parent
c530b88604
commit
d63087795f
@ -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());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user