Aaron/fix dt windows v2 (#7680)

* Fix OSM2ODR build

* Avoid remove to root in windows
This commit is contained in:
Blyron 2024-05-21 13:35:07 +02:00 committed by GitHub
parent 6886d25c13
commit 6ffcdbeec9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -363,7 +363,10 @@ void UOpenDriveToMap::GenerateTile(){
UEditorLoadingAndSavingUtils::SaveDirtyPackages(true, true);
UEditorLevelLibrary::SaveCurrentLevel();
#if PLATFORM_LINUX
RemoveFromRoot();
#endif
}
}