marrub
/
Lithia
Archived
1
0
Fork 0

Fix CBI size

master
an 2018-08-09 23:05:13 -04:00
parent ab626cea26
commit 8146ec2d45
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ void Lith_PlayerUpdateCBIGUI(struct player *p)
case cbi_theme_winxp: p->cbi.guistate.gfxprefix = ":UI_WinXP:"; break;
}
Lith_GUI_Begin(g, 320, 240);
Lith_GUI_Begin(g, hid_end_cbi, 320, 240);
if(!p->indialogue)
Lith_GUI_UpdateState(g, p);