feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -166,7 +166,7 @@ void ShaderFileEditor::_update_options() {
|
|||
}
|
||||
}
|
||||
|
||||
if (version_list.size() == 0) {
|
||||
if (version_list.is_empty()) {
|
||||
for (int i = 0; i < RD::SHADER_STAGE_MAX; i++) {
|
||||
stages[i]->set_disabled(true);
|
||||
}
|
||||
|
|
@ -319,6 +319,3 @@ ShaderFileEditorPlugin::ShaderFileEditorPlugin() {
|
|||
button = EditorNode::get_bottom_panel()->add_item(TTR("ShaderFile"), shader_editor, ED_SHORTCUT_AND_COMMAND("bottom_panels/toggle_shader_file_bottom_panel", TTRC("Toggle ShaderFile Bottom Panel")));
|
||||
button->hide();
|
||||
}
|
||||
|
||||
ShaderFileEditorPlugin::~ShaderFileEditorPlugin() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue