Skip to content

Commit

Permalink
no need for FormerlySerializedAs
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Feb 1, 2025
1 parent d7c015f commit aff4ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/UserConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ public struct SharingConfig
{
public string IcosaApiRoot;
public string IcosaHomePage;
[FormerlySerializedAs("ExportNewGlb")] public bool GenerateNewGlb;
public bool GenerateNewGlb;
}
public SharingConfig Sharing;

Expand Down

0 comments on commit aff4ed0

Please sign in to comment.