Skip to content
Snippets Groups Projects
Commit bdc8f031 authored by Marshall Quander's avatar Marshall Quander
Browse files

Add a clarifying comment

parent e34284a5
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,9 @@ AFRAME.registerSystem("personal-space-bubble", {
tick() {
if (!this.data.enabled) return;
// precondition for this stuff -- the bubbles and invaders need updated world matrices.
// right now this is satisfied because we update the world matrices in the character controller
for (let i = 0; i < this.invaders.length; i++) {
this.invaders[i].setInvading(false);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment