grr i did it again

This commit is contained in:
JohnCorby 2023-08-10 18:44:07 -07:00
parent bc6fdb175c
commit 8363bc6f6a

View File

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