diff options
| author | Ray <[email protected]> | 2021-10-06 01:20:46 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-10-06 01:20:46 +0200 |
| commit | 8d7f97ee04c1908caf703771bd3576ef5f26b3c1 (patch) | |
| tree | d3d54c266b45fbdec20d25c6511eda6658a2f92d /src/raymath.h | |
| parent | 9a4fb252858d3754f347b22fb88f2d507fc847b3 (diff) | |
| download | raylib-8d7f97ee04c1908caf703771bd3576ef5f26b3c1.tar.gz raylib-8d7f97ee04c1908caf703771bd3576ef5f26b3c1.zip | |
Remove trailing spaces
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 795720e1..43606436 100644 --- a/src/raymath.h +++ b/src/raymath.h @@ -541,7 +541,7 @@ RMAPI float Vector3Distance(Vector3 v1, Vector3 v2) RMAPI Vector2 Vector3Angle(Vector3 v1, Vector3 v2) { Vector2 result = { 0 }; - + float dx = v2.x - v1.x; float dy = v2.y - v1.y; float dz = v2.z - v1.z; |
