stupid constants not casting themselves properly

This commit is contained in:
Alcaro 2016-09-04 18:14:27 +02:00
parent 5aa0628ebf
commit d610a6baf7

View File

@ -32,7 +32,7 @@
static char* out;
static char core[PATH_MAX_LENGTH] = {0};
static char content[PATH_MAX_LENGTH] = {0};
float ratio[] = {0.85f, 0.15f, 0f}; /* TODO: what should this be? */
float ratio[] = {0.85f, 0.15f, 0.0f}; /* TODO: what should this be? */
void nk_wnd_main(nk_menu_handle_t *nk, const char* title)
{