mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Rename ImportSettings dialogs to have "Dialog" in the name
This commit is contained in:
parent
5df9867967
commit
a8dc34b8f0
13 changed files with 178 additions and 178 deletions
|
@ -1347,7 +1347,7 @@ void BoneMapEditor::create_editors() {
|
|||
void BoneMapEditor::fetch_objects() {
|
||||
skeleton = nullptr;
|
||||
// Hackey... but it may be the easiest way to get a selected object from "ImporterScene".
|
||||
SceneImportSettings *si = SceneImportSettings::get_singleton();
|
||||
SceneImportSettingsDialog *si = SceneImportSettingsDialog::get_singleton();
|
||||
if (!si) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue