summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actActorCaptureMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorCaptureMgr.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actActorCaptureMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actActorCaptureMgr.cpp b/src/KingSystem/ActorSystem/actActorCaptureMgr.cpp
index e1a530b5..32f1525b 100644
--- a/src/KingSystem/ActorSystem/actActorCaptureMgr.cpp
+++ b/src/KingSystem/ActorSystem/actActorCaptureMgr.cpp
@@ -36,7 +36,7 @@ void ActorCaptureMgr::setCamera(Camera* camera) {
}
void ActorCaptureMgr::loadCaptureParam() {
- if (!mActor || !mActor->mActorParam)
+ if (!mActor || !mActor->getParam())
return;
const char* name = getCapturedActorName();