This commit is contained in:
tslater2006 2018-08-18 17:22:05 +00:00 committed by GitHub
commit 2a8ed077c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ int console_init(bool display_initialized) {
console_end();
return -1;
}
console_display(g_framebuffer);
return 0;
}