summaryrefslogtreecommitdiffhomepage
path: root/parser/output/raylib_api.json
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-21 06:14:05 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-21 06:14:05 +0000
commit272a142ee5b830ff6742c2df6a7b3abe7399cfde (patch)
tree87da09cfaa2f9bbb009cfeb12a2de5966025e47d /parser/output/raylib_api.json
parentbb9bd73f435892b6f6f17d7068a7fe56dfca235d (diff)
downloadraylib-272a142ee5b830ff6742c2df6a7b3abe7399cfde.tar.gz
raylib-272a142ee5b830ff6742c2df6a7b3abe7399cfde.zip
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.json')
-rw-r--r--parser/output/raylib_api.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json
index d50085a4..5a9f4fc5 100644
--- a/parser/output/raylib_api.json
+++ b/parser/output/raylib_api.json
@@ -11231,7 +11231,7 @@
},
{
"name": "WaveCrop",
- "description": "Crop a wave to defined samples range",
+ "description": "Crop a wave to defined frames range",
"returnType": "void",
"params": [
{
@@ -11240,11 +11240,11 @@
},
{
"type": "int",
- "name": "initSample"
+ "name": "initFrame"
},
{
"type": "int",
- "name": "finalSample"
+ "name": "finalFrame"
}
]
},