mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
lower alpha threshold
This commit is contained in:
parent
ed9abba485
commit
15129ad721
|
@ -4,7 +4,7 @@
|
|||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define TW_DILATE_ALPHA_THRESHOLD 30
|
||||
#define TW_DILATE_ALPHA_THRESHOLD 10
|
||||
|
||||
void DilateImage(unsigned char *pImageBuff, int w, int h, int BPP);
|
||||
void DilateImageSub(unsigned char *pImageBuff, int w, int h, int BPP, int x, int y, int sw, int sh);
|
||||
|
|
Loading…
Reference in a new issue