Skip to content

Commit

Permalink
Enable new resizer, +92 kb codegen size
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Piolat committed Nov 15, 2024
1 parent 2dbd3e7 commit da037c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/dplug/graphics/stb_image_resize.d
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Copyright: (c) Guillaume Piolat (2021)
module dplug.graphics.stb_image_resize;


enum DPLUG_USE_STB_IMAGE_RESIZE_V2 = false;
enum DPLUG_USE_STB_IMAGE_RESIZE_V2 = true;


static if (!DPLUG_USE_STB_IMAGE_RESIZE_V2)
Expand Down

0 comments on commit da037c2

Please sign in to comment.