1
Fork 0
mirror of https://github.com/RGBCube/color.v synced 2025-07-30 17:37:45 +00:00
This commit is contained in:
RGBCube 2022-12-11 17:59:50 +03:00
parent 64696a406f
commit 8f6d2a7784

View file

@ -48,7 +48,7 @@ mut:
disabled bool
}
fn (p BrushImpl) render(str string) string {
fn (p &BrushImpl) render(str string) string {
return if no_color || p.disabled {
str
} else {