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;
|
ObFont *font;
|
||||||
Justify justify;
|
Justify justify;
|
||||||
int shadow;
|
int shadow;
|
||||||
unsigned char tint;
|
char tint;
|
||||||
unsigned char offset;
|
unsigned char offset;
|
||||||
color_rgb *color;
|
color_rgb *color;
|
||||||
char *string;
|
char *string;
|
||||||
|
|
Loading…
Reference in a new issue