Save Often

This commit is contained in:
2025-11-02 06:40:35 -05:00
parent 92f0e7d794
commit 2dbdfa5bf8
143 changed files with 18130 additions and 9077 deletions

View File

@@ -46,7 +46,6 @@ void AAuraPlayerController::AutoRun()
void AAuraPlayerController::CursorTrace()
{
GetHitResultUnderCursor(ECC_Visibility, false, CursorHit);
if (!CursorHit.bBlockingHit) return;
AActor* HitActor = CursorHit.GetActor();
@@ -54,6 +53,7 @@ void AAuraPlayerController::CursorTrace()
LastActor = ThisActor;
ThisActor = Enemy;
if (LastActor != ThisActor)
{
if (LastActor) LastActor->UnHighlightActor();