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 22:54:26 +02:00
committed by GitHub
parent d5c0ad0487
commit 1736aaeb6a

View File

@@ -910,10 +910,6 @@ namespace FlaxEditor.Surface.Archetypes
Flags = NodeFlags.MaterialGraph,
Size = new Float2(150, 20),
ConnectionsHints = ConnectionsHint.Vector,
DefaultValues = new object[]
{
1
},
Elements = new[]
{
NodeElementArchetype.Factory.Input(0, "value", true, typeof(float), 0),