Fix array index of result value type in Visual Script
This commit is contained in:
@@ -69,7 +69,7 @@ namespace FlaxEditor.Surface.Archetypes
|
|||||||
Size = new Vector2(170, 40),
|
Size = new Vector2(170, 40),
|
||||||
ConnectionsHints = ConnectionsHint.Array,
|
ConnectionsHints = ConnectionsHint.Array,
|
||||||
IndependentBoxes = new int[] { 0 },
|
IndependentBoxes = new int[] { 0 },
|
||||||
DependentBoxes = new int[] { 1, 2 },
|
DependentBoxes = new int[] { 1 },
|
||||||
DependentBoxFilter = GetArrayItemType,
|
DependentBoxFilter = GetArrayItemType,
|
||||||
Elements = new[]
|
Elements = new[]
|
||||||
{
|
{
|
||||||
@@ -88,7 +88,7 @@ namespace FlaxEditor.Surface.Archetypes
|
|||||||
Size = new Vector2(170, 40),
|
Size = new Vector2(170, 40),
|
||||||
ConnectionsHints = ConnectionsHint.Array,
|
ConnectionsHints = ConnectionsHint.Array,
|
||||||
IndependentBoxes = new int[] { 0 },
|
IndependentBoxes = new int[] { 0 },
|
||||||
DependentBoxes = new int[] { 1, 2 },
|
DependentBoxes = new int[] { 1 },
|
||||||
DependentBoxFilter = GetArrayItemType,
|
DependentBoxFilter = GetArrayItemType,
|
||||||
Elements = new[]
|
Elements = new[]
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user