More fixes for clawshot touch controls

This commit is contained in:
Luke Street
2026-06-16 13:37:04 -06:00
parent 0c9c8795ce
commit 1fd8a2ca3c
6 changed files with 9 additions and 14 deletions
+1 -1
View File
@@ -7505,7 +7505,7 @@ static bool sTouchFreeCameraActive = false;
bool dCamera_c::isAimActive() {
auto* link = daAlink_getAlinkActorClass();
return link != nullptr && link->checkAimContext() &&
return link != nullptr && link->checkAimInputContext() &&
dComIfGp_checkCameraAttentionStatus(link->field_0x317c, 0x10);
}