mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-11 17:49:10 -04:00
[raylib.h] fix audio pan comment (#5633)
* fix audio pan comment -- found by a.b.c.d.a.b.c.d * rlparser: update raylib_api.* by CI --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -8431,7 +8431,7 @@ return {
|
||||
},
|
||||
{
|
||||
name = "SetAudioStreamPan",
|
||||
description = "Set pan for audio stream (0.5 is centered)",
|
||||
description = "Set pan for audio stream (-1.0 to 1.0 range, 0.0 is centered)",
|
||||
returnType = "void",
|
||||
params = {
|
||||
{type = "AudioStream", name = "stream"},
|
||||
|
||||
Reference in New Issue
Block a user