Tabs substituted by spaces

This commit is contained in:
aollero 2022-03-10 10:40:38 +01:00 committed by bernat
parent 63147bb780
commit 5f0685c902
4 changed files with 462 additions and 465 deletions

View File

@ -155,7 +155,7 @@ bool UMapGeneratorWidget::CreateTilesMaps(const FMapGeneratorMetaInfo& MetaInfo)
bool UMapGeneratorWidget::ApplyHeightMapToLandscape(
FAssetData& WorldAssetData,
FMapGeneratorTileMetaInfo tileMetaInfo
FMapGeneratorTileMetaInfo TileMetaInfo
)
{
UWorld* World;
@ -173,9 +173,6 @@ bool UMapGeneratorWidget::ApplyHeightMapToLandscape(
World,
ALandscape::StaticClass()
);
AssignLandscapeHeightMap(landscape, tileMetaInfo);
AssignLandscapeHeightMap(landscape, TileMetaInfo);
return true;
}
// #endif