From ea00a448ef6545320b6e9b0e8b1729e2d4786abf Mon Sep 17 00:00:00 2001 From: Nils Hausfeld Date: Sun, 22 Oct 2023 12:54:14 +0200 Subject: [PATCH] - Minor cleanup --- Source/Editor/Surface/Archetypes/Math.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Surface/Archetypes/Math.cs b/Source/Editor/Surface/Archetypes/Math.cs index bb81fe05d..7f4afa6a6 100644 --- a/Source/Editor/Surface/Archetypes/Math.cs +++ b/Source/Editor/Surface/Archetypes/Math.cs @@ -16,7 +16,7 @@ namespace FlaxEditor.Surface.Archetypes { return Op1(id, title, desc, null, hints, type); } - + private static NodeArchetype Op1(ushort id, string title, string desc, string[] altTitles, ConnectionsHint hints = ConnectionsHint.Numeric, Type type = null) { return new NodeArchetype