Skip to content

Commit

Permalink
Update NightVisionEffect.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehonti authored Oct 4, 2024
1 parent cbc4c57 commit 80ede0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NightVisionAddin/NightVisionEffect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public override void Render (ImageSurface src, ImageSurface dst, ReadOnlySpan<Re
foreach (var rect in rois)
Render (src, dst, rect); //Uses superclass chain of rendering to pass render down to single-pixel renderer.
} else {
var noiseEffect = new AddNoiseEffect ();
var noiseEffect = new AddNoiseEffect (PintaCore.Services);

noiseEffect.Render (src, dst, rois);

Expand Down

0 comments on commit 80ede0a

Please sign in to comment.