Skip to content

Commit

Permalink
Add fix for rgba fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdude committed Jul 16, 2024
1 parent 9b09ad7 commit 0b2aa39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/krink/graphics2/graphics.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#ifdef KR_FULL_RGBA_FONTS
#define kr_tsp_init()
#define kr_tsp_destroy()
#define kr_tsp_set_projection_matrix(m)
#define kr_tsp_end()
#else
Expand Down

0 comments on commit 0b2aa39

Please sign in to comment.