Clean up the player controller

This commit is contained in:
2026-04-17 02:53:32 -04:00
parent ae1ad7640d
commit 392faff205
5 changed files with 6 additions and 145 deletions

View File

@@ -172,7 +172,6 @@ void ALuprexGameModeBase::OnWorldPostActorTick(UWorld* InWorld, ELevelTick InLev
if (PC != nullptr)
{
PC->UpdateLookAt();
PC->UpdateEventDispatch();
}
}
}