Pass const ref parameters as in parameters in C# bindings
This commit is contained in:
@@ -204,7 +204,7 @@ namespace FlaxEditor.Actions
|
||||
Guid prefabId = _prefabIds[i];
|
||||
if (prefabId != Guid.Empty)
|
||||
{
|
||||
Actor.Internal_LinkPrefab(FlaxEngine.Object.GetUnmanagedPtr(actors[i]), ref prefabId, ref _prefabObjectIds[i]);
|
||||
Actor.Internal_LinkPrefab(FlaxEngine.Object.GetUnmanagedPtr(actors[i]), prefabId, _prefabObjectIds[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user