Skip to content

Commit

Permalink
fix: default collision listener object name
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-liang committed Feb 23, 2023
1 parent 7e51265 commit 73e414f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aframe-mods/aabb-collider.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ AFRAME.registerComponent('box-collider', {
debug: {default: false},
enabled: {default: true},
interval: {default: 100}, // Change to match default camera tick rate
objects: {default: '[collision-listener]'}, // Default only intersects with collision-listeners
objects: {default: '[box-collision-listener]'}, // Default only intersects with collision-listeners
},

init: function() {
Expand Down

0 comments on commit 73e414f

Please sign in to comment.