limoka / DSP-Mods

An example how to add a custom model with your mesh and animations
MIT License
32 stars 10 forks source link

DSPModSave - Fixed a bug that prevented the savedata of subsequent entries from being read if there were missing entries #87

Closed lltcggie closed 6 months ago

lltcggie commented 6 months ago

DSPModSave Fixed a bug that prevented the savedata of subsequent entries from being read if there were missing entries.

エントリーリスト内のMODのセーブデータが読み込んだセーブデータに含まれていない場合、後続エントリーは IntoOtherSave()Import() も呼ばれないバグを修正しました。

limoka commented 6 months ago

Thanks for your PR. This looks good.