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 authored and rohanrhu committed Dec 28, 2022
1 parent fad87f4 commit 8af20b1
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 8af20b1

Please sign in to comment.