diff --git a/src/projectM-engine/glConsole.cpp b/src/projectM-engine/glConsole.cpp index 59ae4d381..606e7b5fe 100755 --- a/src/projectM-engine/glConsole.cpp +++ b/src/projectM-engine/glConsole.cpp @@ -801,7 +801,7 @@ int glConsoleDraw( gl_console_t * console) { //Figure out size of one console unit - other_font->FaceSize(16*(vh/512.0)); + other_font->FaceSize((unsigned)(16*(vh/512.0))); advance=other_font->Advance("W"); other_font->BBox("qpg_XT[",llx,lly,llx,urx,ury,urz); diff --git a/src/projectM-engine/libprojectM.so b/src/projectM-engine/libprojectM.so index 3435c4c3c..fb3ad162b 100755 Binary files a/src/projectM-engine/libprojectM.so and b/src/projectM-engine/libprojectM.so differ