You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
[Editor] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable
This commit is contained in:
@@ -661,7 +661,7 @@ void EditorAssetLibrary::shortcut_input(const Ref<InputEvent> &p_event) {
|
||||
}
|
||||
|
||||
void EditorAssetLibrary::_install_asset() {
|
||||
ERR_FAIL_COND(!description);
|
||||
ERR_FAIL_NULL(description);
|
||||
|
||||
EditorAssetLibraryItemDownload *d = _get_asset_in_progress(description->get_asset_id());
|
||||
if (d) {
|
||||
|
||||
Reference in New Issue
Block a user