From ee5a7cf1effeaf83a663f57a92873022c643ea2c Mon Sep 17 00:00:00 2001 From: Ari Vuollet Date: Mon, 16 Jan 2023 18:14:17 +0200 Subject: [PATCH] Update authors --- 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 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)