remove test code for SuspendUntilImpact

This commit is contained in:
JohnCorby 2023-08-10 17:43:19 -07:00
parent 3f86d1b7f5
commit edeeb6f9ec

View File

@ -30,8 +30,6 @@ public class AddPhysics : MonoBehaviour
private IEnumerator Start() private IEnumerator Start()
{ {
SuspendUntilImpact = true;
// detectors dont detect unless we wait for some reason // detectors dont detect unless we wait for some reason
yield return new WaitForSeconds(.1f); yield return new WaitForSeconds(.1f);