mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-04 20:45:27 +00:00
PJS: fixed cast-related build warning in glConsole.c
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@157 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user