mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
583a036d65
The SaveUtil's ienumerable can be of different collection types, and the result is usually is a collection with >0 count I think I was initially confused (years and years ago) about "MoveNext" if it discarded the first result. Remove the eager check of the enumerator's current value because it hasn't yet been moved from the uninitialized state. Closes #3871 Dispose of the enumerator on the early empty return, since the later async code will dispose once all have been iterated. |
||
---|---|---|
.. | ||
Controls | ||
MainWindow | ||
Misc | ||
Properties | ||
Resources | ||
Subforms | ||
Util | ||
PKHeX.WinForms.csproj | ||
Program.cs |