You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
fix not beeing able to open empty scripts
This commit is contained in:
@@ -1557,11 +1557,7 @@ ScriptTextEditor::ScriptTextEditor() {
|
|||||||
|
|
||||||
static ScriptEditorBase *create_editor(const Ref<Script> &p_script) {
|
static ScriptEditorBase *create_editor(const Ref<Script> &p_script) {
|
||||||
|
|
||||||
if (p_script->has_source_code()) {
|
|
||||||
return memnew(ScriptTextEditor);
|
return memnew(ScriptTextEditor);
|
||||||
}
|
|
||||||
|
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScriptTextEditor::register_editor() {
|
void ScriptTextEditor::register_editor() {
|
||||||
|
|||||||
Reference in New Issue
Block a user