Skip to content

Commit 6230f1b

Browse files
committed
tweaks and notes for additional things to check
1 parent b0078b0 commit 6230f1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

GameData/Mutiny/test.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SCENE_PATCH
2121
{
2222
sun
2323
{
24-
color = 1,0,0
24+
color = 1,1,0
2525
}
2626
}
2727
}

Source/ModifyObject.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ private static Action<object> CreateObjectMutator(ConfigNode childNode, Type obj
104104
{
105105
memberMutator.Invoke(member);
106106
}
107+
108+
// TODO: if the member is a value type, we might need to do something special here because the value won't be updated in the original object
107109
};
108110
}
109111

0 commit comments

Comments
 (0)