Skip to content

Commit

Permalink
Scan after generating project. (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
CedNaru authored Nov 6, 2024
1 parent ac2a1bd commit 925dcf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editor/godot_kotlin_jvm_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ void GodotKotlinJvmEditor::on_menu_option_pressed(int option_id) {

void GodotKotlinJvmEditor::on_generate_project(bool erase_existing) {
ProjectGenerator::generate_jvm_files(erase_existing);
get_editor_interface()->get_resource_file_system()->scan();
project_dialog->hide();
}

Expand Down

0 comments on commit 925dcf8

Please sign in to comment.