Fixed bucket crash when there were no patterns

This commit is contained in:
OverloadedOrama 2020-07-09 15:52:59 +03:00
parent 4a668f71f5
commit 671536cbd7
2 changed files with 11 additions and 5 deletions

View file

@ -3,8 +3,8 @@ class_name Drawer
class ColorOp:
var strength := 1.0
func process(src: Color, _dst: Color) -> Color:
return src