Skip to content

Commit

Permalink
Merge pull request #201 from domeengine/release/1.6.1
Browse files Browse the repository at this point in the history
Release/1.6.1
  • Loading branch information
avivbeeri authored May 11, 2021
2 parents a1f112c + 67e0e45 commit a502a22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/modules/image.wren
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ foreign class DrawCommand is Drawable {
map["foreground"] = (map["foreground"] || Color.white).toNum
map["background"] = (map["background"] || Color.black).toNum
map["tint"] = (map["tint"] || Color.none).toNum
System.print(map)
return DrawCommand.new(image, map, null)
}

Expand Down

0 comments on commit a502a22

Please sign in to comment.