Rename EnvelopPercentage to EnvelopPercent

This commit is contained in:
Jbleezy 2024-10-06 15:04:47 -07:00
parent 494ea8f89c
commit a926b752cf
2 changed files with 3 additions and 3 deletions

View File

@ -417,7 +417,7 @@ namespace
&& headerRow.RequireIndexForHeader("StartDelay", m_start_delay)
&& headerRow.RequireIndexForHeader("EnvelopMin", m_envelop_min)
&& headerRow.RequireIndexForHeader("EnvelopMax", m_envelop_max)
&& headerRow.RequireIndexForHeader("EnvelopPercentage", m_envelop_percentage)
&& headerRow.RequireIndexForHeader("EnvelopPercent", m_envelop_percentage)
&& headerRow.RequireIndexForHeader("OcclusionLevel", m_occlusion_level)
&& headerRow.RequireIndexForHeader("IsBig", m_is_big)
&& headerRow.RequireIndexForHeader("DistanceLpf", m_distance_lpf)

View File

@ -60,7 +60,7 @@ namespace
"StartDelay",
"EnvelopMin",
"EnvelopMax",
"EnvelopPercentage",
"EnvelopPercent",
"OcclusionLevel",
"IsBig",
"DistanceLpf",
@ -557,7 +557,7 @@ namespace
// EnvelopMax
WriteColumnIntegral(stream, alias.envelopMax);
// EnvelopPercentage
// EnvelopPercent
WriteColumnVolumeLinear(stream, alias.envelopPercentage);
// OcclusionLevel