Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-05-21 06:14:05 +00:00
parent bb9bd73f43
commit 272a142ee5
4 changed files with 12 additions and 12 deletions

View File

@ -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"
}
]
},