Aaron/fix dt windows v2 (#7680)
* Fix OSM2ODR build * Avoid remove to root in windows
This commit is contained in:
parent
6886d25c13
commit
6ffcdbeec9
|
@ -363,7 +363,10 @@ void UOpenDriveToMap::GenerateTile(){
|
|||
|
||||
UEditorLoadingAndSavingUtils::SaveDirtyPackages(true, true);
|
||||
UEditorLevelLibrary::SaveCurrentLevel();
|
||||
#if PLATFORM_LINUX
|
||||
RemoveFromRoot();
|
||||
#endif
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue