diff --git a/Source/Editor/Windows/AboutDialog.cs b/Source/Editor/Windows/AboutDialog.cs index 6c02c4efe..ff41b81ea 100644 --- a/Source/Editor/Windows/AboutDialog.cs +++ b/Source/Editor/Windows/AboutDialog.cs @@ -93,6 +93,7 @@ namespace FlaxEditor.Windows "Stefan Brandmair", "Lukáš Jech", "Jean-Baptiste Perrier", + "Chandler Cox", }); authors.Sort(); var authorsLabel = new Label(4, topParentControl.Bottom + 20, Width - 8, 70)