Skip to content

Commit

Permalink
Fix a typo in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dyanikoglu committed Dec 1, 2020
1 parent 48c7390 commit ea93043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ALSV4_CPP/Public/Character/ALSBaseCharacter.h
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ class ALSV4_CPP_API AALSBaseCharacter : public ACharacter
UPROPERTY(EditDefaultsOnly, BlueprintReadWrite, Category = "ALS|Mantle System")
UCurveFloat* MantleTimelineCurve;

/** If a dynamic object has a velocity bigger than value, do not start mantle */
/** If a dynamic object has a velocity bigger than this value, do not start mantle */
UPROPERTY(EditDefaultsOnly, BlueprintReadWrite, Category = "ALS|Mantle System")
float AcceptableVelocityWhileMantling = 10.0f;

Expand Down

0 comments on commit ea93043

Please sign in to comment.