diff options
| author | Ray <[email protected]> | 2024-07-07 21:02:29 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-07-07 21:02:29 +0200 |
| commit | 43fe992b94414372e810dadb92038aa03470012f (patch) | |
| tree | dc4093b07e433e6ec3c68d7e9475bb44369d9589 /parser/output/raylib_api.txt | |
| parent | b8e51794310e58e477cfa630059d061fcd5fa1f4 (diff) | |
| parent | bc6cf61794d54158fae94b122e37121ef178b4bb (diff) | |
| download | raylib-43fe992b94414372e810dadb92038aa03470012f.tar.gz raylib-43fe992b94414372e810dadb92038aa03470012f.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'parser/output/raylib_api.txt')
| -rw-r--r-- | parser/output/raylib_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt index 40648222..31433073 100644 --- a/parser/output/raylib_api.txt +++ b/parser/output/raylib_api.txt @@ -473,7 +473,7 @@ Struct 23: Ray (2 fields) Name: Ray Description: Ray, ray for raycasting Field[1]: Vector3 position // Ray position (origin) - Field[2]: Vector3 direction // Ray direction + Field[2]: Vector3 direction // Ray direction (normalized) Struct 24: RayCollision (4 fields) Name: RayCollision Description: RayCollision, ray hit information |
