summaryrefslogtreecommitdiff
path: root/modules/mono/editor_templates
diff options
context:
space:
mode:
authorYuri Roubinsky <chaosus89@gmail.com>2022-02-07 08:46:51 +0300
committerYuri Roubinsky <chaosus89@gmail.com>2022-02-07 11:28:42 +0300
commita6e280c5de51fd8c3b5d1ab1161fd5ee58f1e6be (patch)
treeac0d22bccd563b83a286921bcb6a5892d28738d2 /modules/mono/editor_templates
parent481b05fef1918aed9cee47680cb55b997acc5daa (diff)
Add some more fixes to visual shader
Diffstat (limited to 'modules/mono/editor_templates')
-rw-r--r--modules/mono/editor_templates/VisualShaderNodeCustom/basic.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/mono/editor_templates/VisualShaderNodeCustom/basic.cs b/modules/mono/editor_templates/VisualShaderNodeCustom/basic.cs
index 00fdc9968e..a1b93e7daa 100644
--- a/modules/mono/editor_templates/VisualShaderNodeCustom/basic.cs
+++ b/modules/mono/editor_templates/VisualShaderNodeCustom/basic.cs
@@ -55,11 +55,6 @@ public partial class VisualShaderNode_CLASS_ : _BASE_
return 0;
}
- public override string _GetGlobalCode(Shader.Mode mode)
- {
- return "";
- }
-
public override string _GetCode(Godot.Collections.Array inputVars, Godot.Collections.Array outputVars, Shader.Mode mode, VisualShader.Type type)
{
return "";