update inactive transforms on event

This commit is contained in:
LuisPoveda 2022-10-31 15:57:40 +01:00 committed by bernat
parent 23fa58c4aa
commit c1de740abc
1 changed files with 1 additions and 0 deletions

View File

@ -699,6 +699,7 @@ void AVegetationManager::PostWorldOriginOffset(UWorld*, FIntVector, FIntVector)
{
TRACE_CPUPROFILER_EVENT_SCOPE(AVegetationManager::PostWorldOriginOffset);
InactivePoolTransform.SetLocation(FVector(0.0f, 0.0f, 0.0f));
UpdatePoolBasePosition();
}
/********************************************************************************/