c-frame / aframe-physics-system

community-maintained fork of n5ro's aframe-physics-system
https://c-frame.github.io/aframe-physics-system/
MIT License
43 stars 11 forks source link

Fix crass bug in PR#52 #54

Closed diarmidmackenzie closed 1 year ago

diarmidmackenzie commented 1 year ago

PR #52 led to exceptions in Ammo physics when collision emission was not enabled.

aframe-physics-system.js:14205 Uncaught ReferenceError: body is not defined

This fix should correct this issue.