fix initial console cell width (again)

This commit is contained in:
cy384 2021-07-13 19:27:41 -04:00
parent d6570ffb39
commit 538c688102
1 changed files with 1 additions and 1 deletions

View File

@ -816,7 +816,7 @@ void console_setup(void)
con.cell_height = fi.ascent + fi.descent + fi.leading + 1;
font_offset = fi.descent;
con.cell_width = fi.widMax;
con.cell_width = CharWidth(' ');
TextFont(save_font);
TextSize(save_font_size);