Skip to content

Commit

Permalink
fix opacity for glowing pen
Browse files Browse the repository at this point in the history
  • Loading branch information
Harley-xk committed Oct 26, 2020
1 parent 72f00cc commit e56881a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MaLiang/Classes/Brush/GlowingBrush.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public final class GlowingBrush: Brush {
super.init(name: name, textureID: textureID, target: target)
subBrush = Brush(name: self.name + ".sub", textureID: nil, target: target)
subBrush.color = coreColor
subBrush.opacity = 1
subBrush.opacity = 10
}

/// get a line with specified begin and end location
Expand Down

0 comments on commit e56881a

Please sign in to comment.