diff options
| author | Léo Lam <leo@leolam.fr> | 2022-03-04 14:50:29 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-03-04 21:48:06 +0100 |
| commit | 1518cc49603dac28cfd514e1c4ff6099b172eedc (patch) | |
| tree | 0c10f4f8909e18c9b8399ac39dba331b98c461a7 /src/KingSystem/Utils/Thread/TaskMgr.cpp | |
| parent | f802ee16c95ae03c0114a6bb3e365099f146c54f (diff) | |
lib: Update sead
Diffstat (limited to 'src/KingSystem/Utils/Thread/TaskMgr.cpp')
| -rw-r--r-- | src/KingSystem/Utils/Thread/TaskMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/Utils/Thread/TaskMgr.cpp b/src/KingSystem/Utils/Thread/TaskMgr.cpp index b5eec563..6f6c58c3 100644 --- a/src/KingSystem/Utils/Thread/TaskMgr.cpp +++ b/src/KingSystem/Utils/Thread/TaskMgr.cpp @@ -205,7 +205,7 @@ ManagedTask* TaskMgr::fetchIdleTask_(bool retry_until_success) { if (!retry_until_success) return nullptr; - mEvent2.wait(sead::TickSpan::fromMilliSeconds(1)); + mEvent2.wait(sead::TickSpan::makeFromMilliSeconds(1)); } } |
