diff options
| author | Ray <[email protected]> | 2022-03-26 10:42:46 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-26 10:42:46 +0100 |
| commit | c2c1c930418551b41b17817015614b443ebd4f2c (patch) | |
| tree | fa35fa66597af4b2fb28751ec1a2386434e9025a /src | |
| parent | 418a595b6fc8d2edd43940de7fba46877a6d9323 (diff) | |
| download | raylib-c2c1c930418551b41b17817015614b443ebd4f2c.tar.gz raylib-c2c1c930418551b41b17817015614b443ebd4f2c.zip | |
Corrected typo
Diffstat (limited to 'src')
| -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 166b23dc..1b76c1b1 100644 --- a/src/raymath.h +++ b/src/raymath.h @@ -18,7 +18,7 @@ * - Functions are always self-contained, no function use another raymath function inside, * required code is directly re-implemented inside * - Functions input parameters are always received by value (2 unavoidable exceptions) -* - Functions use always a "result" anmed variable for return +* - Functions use always a "result" variable for return * - Functions are always defined inline * - Angles are always in radians (DEG2RAD/RAD2DEG macros provided for convenience) * |
