From 1a11238808f32c2898a44fb9fb1bf81d9b2d6792 Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Wed, 21 Dec 2022 13:47:38 -0600 Subject: [PATCH] Added name as author --- Source/Editor/Windows/AboutDialog.cs | 1 + 1 file changed, 1 insertion(+) 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)