Skip to content

Commit

Permalink
Modified how the edges of the image are handled
Browse files Browse the repository at this point in the history
  • Loading branch information
dapirra committed Jan 26, 2021
1 parent 975e3d6 commit f698bf0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Edge Only.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ bool ApplyEffect(Surface src, int CurrentX, int CurrentY) {
return false;
}
} catch (Exception ex) {
#if DEBUG
Debug.WriteLine("Error: " + X + "|" + Y);
#endif
continue;
return false;
}
}
}
Expand Down

0 comments on commit f698bf0

Please sign in to comment.