Skip to content

Commit

Permalink
Add none BlendMode;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Apr 18, 2024
1 parent 72e042f commit 35e285d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/l_graphics.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ StringEntry lovrBlendMode[] = {
[BLEND_LIGHTEN] = ENTRY("lighten"),
[BLEND_DARKEN] = ENTRY("darken"),
[BLEND_SCREEN] = ENTRY("screen"),
[BLEND_NONE] = ENTRY("none"),
{ 0 }
};

Expand Down

0 comments on commit 35e285d

Please sign in to comment.