[Kernel] Forgot a sortThreads call, oops.

This commit is contained in:
wheremyfoodat
2022-12-31 15:57:24 +02:00
parent 23a6ef447f
commit 6b69010628

View File

@@ -274,7 +274,7 @@ void Kernel::setThreadPriority() {
object->getData<Thread>()->priority = priority;
}
}
sortThreads();
rescheduleThreads();
}