This commit is contained in:
inspectredc
2023-10-20 00:13:33 +01:00
committed by GitHub
parent cff2e37287
commit 9d581f10e7
26 changed files with 130 additions and 130 deletions
+1 -1
View File
@@ -2451,7 +2451,7 @@ void func_80030488(PlayState* play) {
void Actor_DisableLens(PlayState* play) {
if (play->actorCtx.lensActive) {
play->actorCtx.lensActive = false;
func_800876C8(play);
Magic_Reset(play);
}
}