SetMusicPan was setting pitch fix.

This commit is contained in:
jussi
2025-10-17 15:41:35 +03:00
parent 77ba40f97e
commit 929076b576
8 changed files with 115 additions and 13 deletions

View File

@@ -316,7 +316,7 @@ for _, src in ipairs( sourceFiles ) do
local gategorySplit = split( line, "*" )
apiFile:write( "\n## Defines - "..gategorySplit[2]:sub( 2, #gategorySplit[2] - 1 ).."\n" )
luaApiFile:write( "\n-- Defines - "..gategorySplit[2]:sub( 2, #gategorySplit[2] - 1 ).."\n\n" )
else
elseif lineSplit[1] ~= "#ifdef" and lineSplit[1] ~= "#endif" then
-- Remove comma from the end.
local defineName = lineSplit[2]:sub( 1, -2 )
local value = RL[ defineName ]