This commit is contained in:
Jedd Morgan 2023-09-26 22:18:28 +01:00 коммит произвёл GitHub
Родитель 5ee498afce
Коммит 030cb277b8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -90,7 +90,7 @@ namespace Speckle.ConnectorUnity.Components
/// <seealso cref="ReceiveAsync(System.Threading.CancellationToken)"/>
/// <seealso cref="RecursiveConverter.RecursivelyConvertToNative_Enumerable"/>
public IEnumerator ReceiveAndConvert_Routine(
Transform? parent = null,
Transform? parent,
Predicate<TraversalContext>? predicate = null
)
{