Skip to content

Commit

Permalink
Fixed BrightnessTool
Browse files Browse the repository at this point in the history
  • Loading branch information
flabbet committed Oct 20, 2021
1 parent cbb5ef0 commit c8ee06c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PixiEditor/Models/Tools/Tools/BrightnessTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public BrightnessTool()

public override void OnRecordingLeftMouseDown(MouseEventArgs e)
{
base.OnRecordingLeftMouseDown(e);
pixelsVisited.Clear();
}

Expand Down

0 comments on commit c8ee06c

Please sign in to comment.