make tint signed
This commit is contained in:
parent
ab3ef03a53
commit
88f8ebada9
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ typedef struct TextureText {
|
|||
ObFont *font;
|
||||
Justify justify;
|
||||
int shadow;
|
||||
unsigned char tint;
|
||||
char tint;
|
||||
unsigned char offset;
|
||||
color_rgb *color;
|
||||
char *string;
|
||||
|
|
Loading…
Reference in a new issue