Update Source/Editor/Surface/Archetypes/Material.cs

Co-authored-by: stefnotch <stefnotch@users.noreply.github.com>
This commit is contained in:
NoriteSC
2023-10-06 23:07:00 +02:00
committed by GitHub
parent 4e2870e90c
commit d7095957d0
+2 -2
View File
@@ -914,8 +914,8 @@ namespace FlaxEditor.Surface.Archetypes
DependentBoxes = new[] { 1 },
Elements = new[]
{
NodeElementArchetype.Factory.Input(0, "value", true, typeof(float), 0),
NodeElementArchetype.Factory.Output(0, string.Empty, typeof(float), 5),
NodeElementArchetype.Factory.Input(0, "value", true, null, 0),
NodeElementArchetype.Factory.Output(0, string.Empty, null, 1),
}
},
new NodeArchetype