Tabs substituted by spaces
This commit is contained in:
parent
63147bb780
commit
5f0685c902
|
@ -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
|
Loading…
Reference in New Issue