diff options
Diffstat (limited to 'src/KingSystem/ActorSystem/actAiQuery.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actAiQuery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actAiQuery.cpp b/src/KingSystem/ActorSystem/actAiQuery.cpp index 3c997249..f38ab676 100644 --- a/src/KingSystem/ActorSystem/actAiQuery.cpp +++ b/src/KingSystem/ActorSystem/actAiQuery.cpp @@ -2,6 +2,6 @@ namespace ksys::act::ai { -Query::Query(const InitArg& arg) : mProc(arg.proc), mDefIdx(arg.def_idx) {} +Query::Query(const InitArg& arg) : mActor(arg.actor), mDefIdx(arg.def_idx) {} } // namespace ksys::act::ai |
