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