Skip to content

Commit

Permalink
do not force connector-value to serialize
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamford committed Feb 1, 2014
1 parent d1dd711 commit ff2fde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Starstructor/StarboundTypes/Dungeons/DungeonBrush.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class DungeonBrush : EditorBrush
[ReadOnly(true)]
[JsonProperty("connector-value"), Category("Connector")]
[JsonConverter(typeof(ColorSerializer))]
public Color ConnnectorColour { get; set; }
public Color? ConnnectorColour { get; set; }

// left, right, up, down, and unknown; (why is it ConnectorDirection???)
[ReadOnly(true)]
Expand Down

0 comments on commit ff2fde8

Please sign in to comment.