diff --git a/MaLiang/Classes/Brush/GlowingBrush.swift b/MaLiang/Classes/Brush/GlowingBrush.swift index 7c389da..df75cba 100644 --- a/MaLiang/Classes/Brush/GlowingBrush.swift +++ b/MaLiang/Classes/Brush/GlowingBrush.swift @@ -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