mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-18 13:37:44 +01:00
Make some stuff work.
This commit is contained in:
parent
4eb46a9fff
commit
e79ee55f3b
8 changed files with 69 additions and 12 deletions
|
|
@ -247,7 +247,7 @@ public partial class Design : DesignData, ISavable
|
|||
if (json == null)
|
||||
return true;
|
||||
|
||||
var customize = design.ModelData.Customize;
|
||||
ref var customize = ref design.ModelData.Customize;
|
||||
foreach (var idx in Enum.GetValues<CustomizeIndex>())
|
||||
{
|
||||
var tok = json[idx.ToString()];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue