diff options
| author | Léo Lam <leo@leolam.fr> | 2020-11-08 12:25:55 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-11-08 12:25:55 +0100 |
| commit | bdb97007b18df60b28b64933c7315f23d1aecbf3 (patch) | |
| tree | d1e4153735a3801bf22a42ba4bea292da68e9e6a /src/KingSystem/ActorSystem | |
| parent | ad01b2b1fbd4deb987a43261b1a3160d549a3c98 (diff) | |
ksys/act: Remove obsolete comment
Diffstat (limited to 'src/KingSystem/ActorSystem')
| -rw-r--r-- | src/KingSystem/ActorSystem/actActorParam.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actActorParam.cpp b/src/KingSystem/ActorSystem/actActorParam.cpp index 7ce2bc06..bfe08fed 100644 --- a/src/KingSystem/ActorSystem/actActorParam.cpp +++ b/src/KingSystem/ActorSystem/actActorParam.cpp @@ -19,7 +19,6 @@ ActorParam::~ActorParam() { deleteData(); } -// NON_MATCHING: b.le -> b.lt void ActorParam::deleteData() { auto lock = sead::makeScopedLock(mCS); |
