Skip to content

Commit

Permalink
Merge branch 'main' of github.com:FosterFramework/Foster
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelFB committed Feb 10, 2024
2 parents 4b12fbc + d1dc157 commit 41a2032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Images/Packer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ public unsafe Output Pack()
foreach (var entry in result.Entries)
if (entry.Index == source.DuplicateOf.Value)
{
result.Entries.Add(new(source.Index, source.Name, entry.Page, entry.Source, entry.Frame));
result.Entries.Add(new(source.Index, source.Name, entry.Page, entry.Source, source.Frame));
break;
}
}
Expand Down

0 comments on commit 41a2032

Please sign in to comment.