Fix type of font colors

This commit is contained in:
Rob Loach 2017-03-14 06:09:46 -04:00
parent 157fbeccb5
commit be936e9bcf
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A

View File

@ -189,9 +189,9 @@ typedef struct settings
{
unsigned shader_pipeline;
char font[PATH_MAX_LENGTH];
int font_color_red;
int font_color_green;
int font_color_blue;
unsigned font_color_red;
unsigned font_color_green;
unsigned font_color_blue;
unsigned scale_factor;
unsigned alpha_factor;
unsigned theme;