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.lua | |
| 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.lua')
| -rw-r--r-- | parser/output/raylib_api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index 963b0ef6..9cbd1b9d 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -1058,7 +1058,7 @@ return { { type = "Vector3", name = "direction", - description = "Ray direction" + description = "Ray direction (normalized)" } } }, |
