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

@ -7733,12 +7733,12 @@ return {
},
{
name = "WaveCrop",
description = "Crop a wave to defined samples range",
description = "Crop a wave to defined frames range",
returnType = "void",
params = {
{type = "Wave *", name = "wave"},
{type = "int", name = "initSample"},
{type = "int", name = "finalSample"}
{type = "int", name = "initFrame"},
{type = "int", name = "finalFrame"}
}
},
{