Tweak to avoid GCC complaint

This commit is contained in:
Aaron Culliney 2015-06-27 13:14:32 -07:00
parent f0f95a80ff
commit afeffdab79

View File

@ -35,7 +35,7 @@
#define KBD_OBJ_H 1.5
HUD_CLASS(GLModelHUDKeyboard,
char *pixelsAlt; // alternate color pixels
uint8_t *pixelsAlt; // alternate color pixels
);
static bool isAvailable = false; // Were there any OpenGL/memory errors on gltouchkbd initialization?