Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thirdparty/stb_image_resize.h
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ STBIRDEF int stbir_resize_region( const void *input_pixels , int input_w , int
#ifdef STBIR_DEBUG
#define STBIR__DEBUG_ASSERT STBIR_ASSERT
#else
#define STBIR__DEBUG_ASSERT
#define STBIR__DEBUG_ASSERT(x)
#endif

// If you hit this it means I haven't done it yet.
Expand Down
Loading