diff --git a/SystemCalls/Native.cpp b/SystemCalls/Native.cpp index 9aa14e8..4051dbb 100644 --- a/SystemCalls/Native.cpp +++ b/SystemCalls/Native.cpp @@ -54,7 +54,7 @@ static int sys_print(SyscallsFrame *Frame, char Char, int Index) char ret = Display->Print(Char, Index, true); #ifdef DEBUG - if (!Config.BootAnimation && Index != 0) + if (!Config.BootAnimation && Index == 0) Display->SetBuffer(Index); #endif UNUSED(Frame);