Updated Accessibility
This commit is contained in:
parent
a69f8c4eac
commit
70e9210167
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user