Skip to content

Commit

Permalink
Fix changing of visual shader mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaosus committed Dec 9, 2022
1 parent 2d02cb6 commit a7027b9
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 a7027b9

Please sign in to comment.