Fix Platform Switch node typo

This commit is contained in:
Wojtek Figat
2021-12-28 16:16:15 +01:00
parent 22915489b7
commit 114cdedc9b

View File

@@ -1342,11 +1342,11 @@ namespace FlaxEditor.Surface.Archetypes
}, },
new NodeArchetype new NodeArchetype
{ {
TypeID = 18, TypeID = 17,
Title = "Platform Switch", Title = "Platform Switch",
Description = "Gets the input value based on the runtime-platform type", Description = "Gets the input value based on the runtime-platform type",
Flags = NodeFlags.AllGraphs, Flags = NodeFlags.AllGraphs,
Size = new Vector2(220, 200), Size = new Vector2(220, 220),
ConnectionsHints = ConnectionsHint.Value, ConnectionsHints = ConnectionsHint.Value,
IndependentBoxes = new[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }, IndependentBoxes = new[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 },
DependentBoxes = new[] { 0 }, DependentBoxes = new[] { 0 },