diff options
| author | Léo Lam <leo@leolam.fr> | 2020-12-31 18:54:37 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-01-01 17:29:34 +0100 |
| commit | cb19f53a488878012a085d751a9d33bc281afe91 (patch) | |
| tree | dcc671e611cbdbb895371f2621b7137528e51125 /src/KingSystem/ActorSystem/actActorLimiter.cpp | |
| parent | 3f9172043ca4af76940e72653193c0948ffcc192 (diff) | |
Implement some commonly used ActorConstDataAccess functions
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorLimiter.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actActorLimiter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actActorLimiter.cpp b/src/KingSystem/ActorSystem/actActorLimiter.cpp index 08925e8a..631ff074 100644 --- a/src/KingSystem/ActorSystem/actActorLimiter.cpp +++ b/src/KingSystem/ActorSystem/actActorLimiter.cpp @@ -46,7 +46,7 @@ bool ActorLimiter::List::addActor(BaseProc* proc, bool allow_evicting_old_actors acquireActor(&target_node->proc_link, &acc); } - acc.fadeOutDelete(BaseProc::DeleteReason::_15); + acc.deleteEx(BaseProc::DeleteReason::_15); } if (target_node == nullptr) |
