mirror of
https://github.com/4sval/FModel.git
synced 2026-09-19 23:14:21 -05:00
fix
This commit is contained in:
Submodule CUE4Parse updated: 781093c979...5bf07f46d0
@@ -145,7 +145,7 @@ namespace FModel.Creator.Bases.FN
|
||||
curveTable.TryGetCurveTableRow(rowName.Text, StringComparison.OrdinalIgnoreCase, out var rowValue) &&
|
||||
rowValue.TryGetValue(out FSimpleCurveKey[] keys, "Keys") && keys.Length > 0)
|
||||
{
|
||||
statValue = keys[0].KeyValue;
|
||||
statValue = keys[0].Value;
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -278,4 +278,4 @@ namespace FModel.Creator.Bases.FN
|
||||
c.DrawRect(new SKRect(height * 2, y, Math.Min(height * 2 + sliderWidth, sliderRight), y + 5), _statPaint);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user