mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
sample convert option was not being saved
This commit is contained in:
parent
0860f3c196
commit
e2be837520
@ -258,6 +258,7 @@ void ProjectExportDialog::_sample_convert_edited(int what) {
|
||||
EditorImportExport::get_singleton()->sample_set_action( EditorImportExport::SampleAction(sample_mode->get_selected()));
|
||||
EditorImportExport::get_singleton()->sample_set_max_hz( sample_max_hz->get_val() );
|
||||
EditorImportExport::get_singleton()->sample_set_trim( sample_trim->is_pressed() );
|
||||
_save_export_cfg();
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user