From 114cdedc9b6ae68a6bda79658064d352897ca542 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Tue, 28 Dec 2021 16:16:15 +0100 Subject: [PATCH] Fix Platform Switch node typo --- Source/Editor/Surface/Archetypes/Tools.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Editor/Surface/Archetypes/Tools.cs b/Source/Editor/Surface/Archetypes/Tools.cs index 3a5f87948..f919fe030 100644 --- a/Source/Editor/Surface/Archetypes/Tools.cs +++ b/Source/Editor/Surface/Archetypes/Tools.cs @@ -1342,11 +1342,11 @@ namespace FlaxEditor.Surface.Archetypes }, new NodeArchetype { - TypeID = 18, + TypeID = 17, Title = "Platform Switch", Description = "Gets the input value based on the runtime-platform type", Flags = NodeFlags.AllGraphs, - Size = new Vector2(220, 200), + Size = new Vector2(220, 220), ConnectionsHints = ConnectionsHint.Value, IndependentBoxes = new[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }, DependentBoxes = new[] { 0 },