Skip to content

Commit

Permalink
Merge pull request #95 from dyanikoglu/dev
Browse files Browse the repository at this point in the history
Hotfix v4.12
  • Loading branch information
dyanikoglu authored Dec 4, 2020
2 parents 2af178c + cf0a8d9 commit 1269c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ALSV4_CPP/Private/Character/ALSBaseCharacter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ AALSBaseCharacter::AALSBaseCharacter(const FObjectInitializer& ObjectInitializer
MantleTimeline = CreateDefaultSubobject<UTimelineComponent>(FName(TEXT("MantleTimeline")));
bUseControllerRotationYaw = 0;
bReplicates = true;
bReplicateMovement = true;
SetReplicatingMovement(true);
}

void AALSBaseCharacter::Restart()
Expand Down

0 comments on commit 1269c96

Please sign in to comment.