Updated Accessibility

This commit is contained in:
Pascal Serrarens 2023-02-27 12:26:16 +01:00
parent a69f8c4eac
commit 70e9210167

View File

@ -672,7 +672,7 @@ namespace Passer {
} }
// Released objects should be gone within 1 second or they will be reattached // Released objects should be gone within 1 second or they will be reattached
private IEnumerator ClearReleasingTransform() { protected IEnumerator ClearReleasingTransform() {
yield return new WaitForSeconds(1); yield return new WaitForSeconds(1);
this.releasingTransform = null; this.releasingTransform = null;
} }