From 096d6297fe3acc95479b2701e05dba090405b074 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Perrier Date: Sat, 2 Jan 2021 14:46:06 +0100 Subject: [PATCH] Adding contributors names to AboutDialog. --- Source/Editor/Windows/AboutDialog.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Editor/Windows/AboutDialog.cs b/Source/Editor/Windows/AboutDialog.cs index 7683ca352..753f42331 100644 --- a/Source/Editor/Windows/AboutDialog.cs +++ b/Source/Editor/Windows/AboutDialog.cs @@ -90,6 +90,9 @@ namespace FlaxEditor.Windows "Tomasz Juszczak", "Damian Korczowski", "Michał Winiarski", + "Stefan Brandmair", + "Lukáš Jech", + "Jean-Baptiste Perrier" }); authors.Sort(); var authorsLabel = new Label(4, topParentControl.Bottom + 20, Width - 8, 50)