mirror of
https://github.com/zeldaret/botw
synced 2026-06-08 20:20:12 -04:00
ksys/act: Add Actor::getMaxLife and fix encapsulation
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user