[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:
Thomas Anderson
2026-03-10 03:51:12 -05:00
committed by GitHub
parent e40ddfabbb
commit 7b1096dc53
5 changed files with 5 additions and 5 deletions

View File

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