Skip to content

Commit

Permalink
Merge pull request #69800 from Chaosus/fix_visual_shader_mode
Browse files Browse the repository at this point in the history
Fix changing of visual shader mode
  • Loading branch information
akien-mga authored Dec 9, 2022
2 parents 333449e + a7027b9 commit c6e40e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/plugins/shader_editor_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class ShaderEditorPlugin : public EditorPlugin {
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;
Expand Down

0 comments on commit c6e40e1

Please sign in to comment.