Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Removed empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
REHERC committed Apr 17, 2021
1 parent 482c260 commit b37fbcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion App.AdventureMaker.Core/Lib Interop/PfimImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public static Image FromFile(FileInfo file)
{
GCHandle handle = GCHandle.Alloc(image.Data, GCHandleType.Pinned);


try
{
int[] pixels = new int[image.Width * image.Height];
Expand Down

0 comments on commit b37fbcc

Please sign in to comment.