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.xml | |
| 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.xml')
| -rw-r--r-- | parser/output/raylib_api.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml index 9b8a73fa..51473562 100644 --- a/parser/output/raylib_api.xml +++ b/parser/output/raylib_api.xml @@ -220,7 +220,7 @@ </Struct> <Struct name="Ray" fieldCount="2" desc="Ray, ray for raycasting"> <Field type="Vector3" name="position" desc="Ray position (origin)" /> - <Field type="Vector3" name="direction" desc="Ray direction" /> + <Field type="Vector3" name="direction" desc="Ray direction (normalized)" /> </Struct> <Struct name="RayCollision" fieldCount="4" desc="RayCollision, ray hit information"> <Field type="bool" name="hit" desc="Did the ray hit something?" /> |
