mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-14 16:59:17 +00:00
Update display buffer handling
This commit is contained in:
@ -38,7 +38,7 @@ namespace vfs
|
||||
putchar(((char *)Buffer)[i]);
|
||||
|
||||
if (!Config.Quiet)
|
||||
Display->SetBuffer(0);
|
||||
Display->UpdateBuffer();
|
||||
return Size;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user