mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-17 19:21:30 +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;
|
object->getData<Thread>()->priority = priority;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
sortThreads();
|
||||||
rescheduleThreads();
|
rescheduleThreads();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue