mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Statically protect Object::cast_to for unrelated Object types.
Fix a handful of bugs associated with it.
This commit is contained in:
parent
bbe9654327
commit
0f047944e4
8 changed files with 40 additions and 51 deletions
|
|
@ -645,7 +645,7 @@ EditorExportPlatform::ExportNotifier::~ExportNotifier() {
|
|||
export_plugins.write[i]->_export_end();
|
||||
}
|
||||
export_plugins.write[i]->_export_end_clear();
|
||||
export_plugins.write[i]->set_export_preset(Ref<EditorExportPlugin>());
|
||||
export_plugins.write[i]->set_export_preset(Ref<EditorExportPreset>());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue