mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
fixed list serialization.
This commit is contained in:
parent
3bbf2d6a90
commit
5688546a85
@ -332,7 +332,7 @@ namespace GameRes.Formats.RenPy
|
||||
do
|
||||
{
|
||||
if (!iterator.MoveNext())
|
||||
return false;
|
||||
break;
|
||||
var first_item = iterator.Current;
|
||||
if (!iterator.MoveNext())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user