Fix Platform Switch node typo
This commit is contained in:
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user