try fix for console_output::get_code
This commit is contained in:
@ -76,8 +76,8 @@ void console_output::render() {
|
||||
if (idx % DISPLAY_WIDTH == 0 && idx)
|
||||
out << std::endl;
|
||||
|
||||
out << get_code(contents[idx]) +
|
||||
(char)(contents[idx] ? contents[idx] : ' ');
|
||||
out << get_code(contents[idx])
|
||||
<< (char)(contents[idx] ? contents[idx] : ' ');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user