summaryrefslogtreecommitdiff
path: root/src/KingSystem/Framework/frmWorkerSupportThreadMgr.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2022-03-04 14:50:29 +0100
committerLéo Lam <leo@leolam.fr>2022-03-04 21:48:06 +0100
commit1518cc49603dac28cfd514e1c4ff6099b172eedc (patch)
tree0c10f4f8909e18c9b8399ac39dba331b98c461a7 /src/KingSystem/Framework/frmWorkerSupportThreadMgr.cpp
parentf802ee16c95ae03c0114a6bb3e365099f146c54f (diff)
lib: Update sead
Diffstat (limited to 'src/KingSystem/Framework/frmWorkerSupportThreadMgr.cpp')
-rw-r--r--src/KingSystem/Framework/frmWorkerSupportThreadMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/Framework/frmWorkerSupportThreadMgr.cpp b/src/KingSystem/Framework/frmWorkerSupportThreadMgr.cpp
index 53dea002..4880df32 100644
--- a/src/KingSystem/Framework/frmWorkerSupportThreadMgr.cpp
+++ b/src/KingSystem/Framework/frmWorkerSupportThreadMgr.cpp
@@ -73,7 +73,7 @@ void WorkerSupportThreadMgr::initSleeperThreads() {
}
void WorkerSupportThreadMgr::sleeperThreadFun(sead::Thread* thread, sead::MessageQueue::Element) {
- sead::Thread::sleep(sead::TickSpan::fromMicroSeconds(250));
+ sead::Thread::sleep(sead::TickSpan::makeFromMicroSeconds(250));
}
static int getWorkerIdx(u32 id) {