Skip to content

Commit 09ad047

Browse files
style
adding TODO reminders to remove this change.
1 parent 7d75945 commit 09ad047

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testproject/Assets/Tests/Runtime/ObjectParenting/ParentingWorldPositionStaysTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ public enum NetworkTransformSettings
158158

159159
protected override IEnumerator OnSetup()
160160
{
161+
//TODO: Remove this when we determine what the random failure is
161162
m_EnableVerboseDebug = true;
162163
TestComponentHelper.ClientsRegistered.Clear();
163164
TestComponentHelper.NetworkObjectIdToIndex.Clear();
@@ -170,6 +171,7 @@ protected override IEnumerator OnSetup()
170171

171172
protected override IEnumerator OnTearDown()
172173
{
174+
//TODO: Remove this when we determine what the random failure is
173175
m_EnableVerboseDebug = false;
174176
if (m_ServerSideParent != null && m_ServerSideParent.GetComponent<NetworkObject>().IsSpawned)
175177
{

0 commit comments

Comments
 (0)