Skip to content

Commit

Permalink
Last minute v1.9.0 fix: Don't set smooth brush by default
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rgb committed Sep 28, 2019
1 parent 304eabb commit 0f4da4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/milton.cc
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,6 @@ milton_init(Milton* milton, i32 width, i32 height, f32 ui_scale, PATH_CHAR* file

// Set default brush.
{
milton->working_stroke.flags |= StrokeFlag_DISTANCE_TO_OPACITY; // Soft brush.

for ( int i = 0; i < BrushEnum_COUNT; ++i ) {

milton->brushes[i].alpha = 1.0f;
Expand Down

0 comments on commit 0f4da4e

Please sign in to comment.