mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	
						commit
						1a16dabfb5
					
				
					 81 changed files with 123 additions and 123 deletions
				
			
		|  | @ -629,7 +629,7 @@ void VisualShaderEditor::_duplicate_nodes() { | |||
| 			int id = String(graph->get_child(i)->get_name()).to_int(); | ||||
| 			Ref<VisualShaderNode> node = visual_shader->get_node(type, id); | ||||
| 			Ref<VisualShaderNodeOutput> output = node; | ||||
| 			if (output.is_valid()) //cant duplicate output
 | ||||
| 			if (output.is_valid()) //can't duplicate output
 | ||||
| 				continue; | ||||
| 			if (node.is_valid()) { | ||||
| 				nodes.push_back(id); | ||||
|  | @ -1158,7 +1158,7 @@ bool EditorInspectorShaderModePlugin::parse_property(Object *p_object, Variant:: | |||
| 		return true; | ||||
| 	} | ||||
| 
 | ||||
| 	return false; //can be overriden, although it will most likely be last anyway
 | ||||
| 	return false; //can be overridden, although it will most likely be last anyway
 | ||||
| } | ||||
| 
 | ||||
| void EditorInspectorShaderModePlugin::parse_end() { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde