diff options
| author | Ray <[email protected]> | 2022-01-15 22:19:48 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-01-15 22:19:48 +0100 |
| commit | 48a463cca869309f598399b1c2aff431feb5685a (patch) | |
| tree | 3b2407c6a54a2b0009e010330b02f3502fbffb3a /src/raymath.h | |
| parent | 8ee0eb8f36e65e45d3ab0ed35b9d8dbf219d19c1 (diff) | |
| download | raylib-48a463cca869309f598399b1c2aff431feb5685a.tar.gz raylib-48a463cca869309f598399b1c2aff431feb5685a.zip | |
REVIEWED: `Vector2Transform(()`
Diffstat (limited to 'src/raymath.h')
| -rw-r--r-- | src/raymath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raymath.h b/src/raymath.h index d0d34e34..8a54bbcc 100644 --- a/src/raymath.h +++ b/src/raymath.h @@ -335,7 +335,7 @@ RMAPI Vector2 Vector2Normalize(Vector2 v) } // Transforms a Vector2 by a given Matrix -Vector2 Vector2Transform(Vector2 v, Matrix mat) +RMAPI Vector2 Vector2Transform(Vector2 v, Matrix mat) { Vector2 result = { 0 }; |
