Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit 22b22f7

Browse files
committed
Fix a typo
1 parent cc15780 commit 22b22f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ In this case the plugin can be used for any blueprint project.
3030
3. `GetPlayerCharacterViewPoint` - returns player characters viewpoint location and rotation;
3131
4. `ApproachInt32` - changes the given int32 variable by a given delta value up to a target value.
3232
5. `ApproachFloat` - changes the given float variable by a given delta value up to a target value.
33-
4. `ApproachInt32` - changes the given vector variable by a given delta value up to a target value.
33+
6. `ApproachInt32` - changes the given vector variable by a given delta value up to a target value.

0 commit comments

Comments
 (0)