Explorar el Código

Merge pull request #69800 from Chaosus/fix_visual_shader_mode

Fix changing of visual shader mode
Rémi Verschelde hace 2 años
padre
commit
c6e40e1c01
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      editor/plugins/shader_editor_plugin.h

+ 1 - 0
editor/plugins/shader_editor_plugin.h

@@ -96,6 +96,7 @@ protected:
 	static void _bind_methods();
 
 public:
+	virtual String get_name() const override { return "Shader"; }
 	virtual void edit(Object *p_object) override;
 	virtual bool handles(Object *p_object) const override;
 	virtual void make_visible(bool p_visible) override;