Skip to content

Commit

Permalink
cleaned up a debug log and a addressable link for gizmos
Browse files Browse the repository at this point in the history
  • Loading branch information
dooly123 committed Jan 5, 2025
1 parent 86c3a2d commit a256eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ MonoBehaviour:
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: bb4eb766250cf0b4d9e2dc0a7d939808
m_Address: Packages/com.basis.gizmos/GizmoMaterial.mat
m_Address: GizmoMaterial
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public void Shutdown()
receiverArray = null;
}

Debug.Log("BasisNetworkManagement has been successfully shutdown.");
BasisDebug.Log("BasisNetworkManagement has been successfully shutdown.", BasisDebug.LogTag.Networking);
}
public void Update()
{
Expand Down

0 comments on commit a256eb5

Please sign in to comment.