From da5c8555e594eb8d7c6c715ca235437baa2e57e7 Mon Sep 17 00:00:00 2001 From: Saas Date: Fri, 3 Oct 2025 21:16:28 +0200 Subject: [PATCH] add myself to list of Flax authors lol Mafi said I should do this :) --- 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 b970c9e09..1d9afbdfe 100644 --- a/Source/Editor/Windows/AboutDialog.cs +++ b/Source/Editor/Windows/AboutDialog.cs @@ -97,6 +97,7 @@ namespace FlaxEditor.Windows "Jean-Baptiste Perrier", "Chandler Cox", "Ari Vuollet", + "Vincent Saarmann", }); authors.Sort(); var authorsLabel = new Label(4, topParentControl.Bottom + 20, Width - 8, 70)