From 70e92101674fd4e9df5c0c52360bea16153091fa Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Mon, 27 Feb 2023 12:26:16 +0100 Subject: [PATCH] Updated Accessibility --- Runtime/Tools/Scripts/Socket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Tools/Scripts/Socket.cs b/Runtime/Tools/Scripts/Socket.cs index 899b87f..51ec833 100644 --- a/Runtime/Tools/Scripts/Socket.cs +++ b/Runtime/Tools/Scripts/Socket.cs @@ -672,7 +672,7 @@ namespace Passer { } // Released objects should be gone within 1 second or they will be reattached - private IEnumerator ClearReleasingTransform() { + protected IEnumerator ClearReleasingTransform() { yield return new WaitForSeconds(1); this.releasingTransform = null; }