mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
[Kernel] Forgot a sortThreads call, oops.
This commit is contained in:
parent
23a6ef447f
commit
6b69010628
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ void Kernel::setThreadPriority() {
|
|||
object->getData<Thread>()->priority = priority;
|
||||
}
|
||||
}
|
||||
|
||||
sortThreads();
|
||||
rescheduleThreads();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue