mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:34:43 -04:00
Fixed bucket crash when there were no patterns
This commit is contained in:
parent
4a668f71f5
commit
671536cbd7
2 changed files with 11 additions and 5 deletions
|
@ -3,8 +3,8 @@ class_name Drawer
|
|||
|
||||
class ColorOp:
|
||||
var strength := 1.0
|
||||
|
||||
|
||||
|
||||
|
||||
func process(src: Color, _dst: Color) -> Color:
|
||||
return src
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue