Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit aa6f16b

Browse files
committed
Fix typo
1 parent edddb04 commit aa6f16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

System/Vector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ namespace RTE {
121121
/// Flips the X element of this Vector.
122122
/// </summary>
123123
/// <param name="flipX">Whether or not to flip the X element or not.</param>
124-
void FlipX(const bool flipX = true) { *this = GetYFlipped(flipX); }
124+
void FlipX(const bool flipX = true) { *this = GetXFlipped(flipX); }
125125

126126
/// <summary>
127127
/// Gets a Vector identical to this except that its Y component is flipped.

0 commit comments

Comments
 (0)