Fix exporting constants for param infos to yaml
This commit is contained in:
parent
7cdaa3f6c5
commit
5ff669fee4
@ -55,7 +55,7 @@ namespace FirstPlugin
|
||||
AnimConstant constant = mat.Constants[paramInfo.BeginConstant + i];
|
||||
ConstantConfig ConstantValue = new ConstantConfig();
|
||||
ConstantValue.Offset = ConvertParamOffset(constant.AnimDataOffset, isColorParam);
|
||||
ConstantValue.Value = constant.AnimDataOffset;
|
||||
ConstantValue.Value = constant.Value;
|
||||
|
||||
paramCfg.Constants.Add(ConstantValue);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user