Browse Source

Fix shgraph prefab save

Clement Espeute 2 years ago
parent
commit
58551815bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hrt/prefab/ShaderGraph.hx

+ 1 - 1
hrt/prefab/ShaderGraph.hx

@@ -4,7 +4,7 @@ class ShaderGraph extends DynamicShader {
 
 	public function new(?parent) {
 		super(parent);
-		type = "shadergraph";
+		type = "shgraph";
 	}
 
 	override public function loadShaderDef(ctx: Context) {