Skip to content

Commit

Permalink
Revert "Removed unnecessary STB directives"
Browse files Browse the repository at this point in the history
This reverts commit 23869c1.

We actually do need those directives
  • Loading branch information
slouken committed Feb 10, 2025
1 parent edd80cc commit 9ce9650
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/IMG_stb.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
#define STBI_NO_STDIO
#define STBI_ONLY_PNG
#define STBI_ONLY_JPEG
#define STBI_NO_GIF
#define STBI_NO_HDR
#define STBI_NO_LINEAR
#define STBI_ASSERT SDL_assert
#define STB_IMAGE_IMPLEMENTATION
Expand Down

0 comments on commit 9ce9650

Please sign in to comment.