mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Fix dumb.
This commit is contained in:
parent
bc69e6d0ad
commit
d45e47378b
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ public class DesignBase
|
||||||
void MigrateLipOpacity()
|
void MigrateLipOpacity()
|
||||||
{
|
{
|
||||||
var token = parameters!["LipOpacity"]?["Percentage"]?.ToObject<float>();
|
var token = parameters!["LipOpacity"]?["Percentage"]?.ToObject<float>();
|
||||||
var actualToken = parameters![CustomizeParameterFlag.LipDiffuse]?["Alpha"];
|
var actualToken = parameters![CustomizeParameterFlag.LipDiffuse.ToString()]?["Alpha"];
|
||||||
if (token != null && actualToken == null)
|
if (token != null && actualToken == null)
|
||||||
design.GetDesignDataRef().Parameters.LipDiffuse.W = token.Value;
|
design.GetDesignDataRef().Parameters.LipDiffuse.W = token.Value;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue