Skip to content

Commit e72324c

Browse files
update
Adjusting for suggested change in execution order.
1 parent 981ad0c commit e72324c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.unity.netcode.gameobjects/Runtime/Components/Helpers/NetworkObjectBridge.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Unity.Netcode
1111
/// specific to the N4E-spawned hybrid prefab instance that has the matching <see cref="NetworkObjectId"/>.
1212
/// </summary>
1313

14-
[DefaultExecutionOrder(GhostObjectExecutionOrder.ExecutionOrder + 1)]
14+
[DefaultExecutionOrder(GhostObject.ExecutionOrder + 1)]
1515
//BREAK --- Fix this on UNIFIED side 1st
1616
public partial class NetworkObjectBridge : GhostBehaviour
1717
{

0 commit comments

Comments
 (0)