Skip to content

Commit

Permalink
Remove alpha threshold
Browse files Browse the repository at this point in the history
Was still used by the tool (not by the client/editor)
  • Loading branch information
Jupeyy committed Sep 11, 2023
1 parent 4ca86f1 commit f4d5c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/gfx/image_manipulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <base/math.h>
#include <base/system.h>

#define TW_DILATE_ALPHA_THRESHOLD 10
#define TW_DILATE_ALPHA_THRESHOLD 0

static void Dilate(int w, int h, int BPP, const unsigned char *pSrc, unsigned char *pDest, unsigned char AlphaThreshold = TW_DILATE_ALPHA_THRESHOLD)
{
Expand Down

0 comments on commit f4d5c02

Please sign in to comment.