mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-09 14:29:20 +00:00
Update display buffer handling
This commit is contained in:
@ -27,7 +27,7 @@ void tree_loop(Node *rootNode, int depth = 0)
|
||||
{
|
||||
foreach (auto Child in rootNode->Children)
|
||||
{
|
||||
Display->SetBuffer(0);
|
||||
Display->UpdateBuffer();
|
||||
if (Child->Type == NodeType::DIRECTORY ||
|
||||
Child->Type == NodeType::MOUNTPOINT)
|
||||
{
|
||||
|
Reference in New Issue
Block a user