Skip to content

Commit

Permalink
fix bullet not showing for the creator (closes #213)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Mar 6, 2021
1 parent ddabb89 commit d6ef569
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions examples/shooter.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@

<!-- Bullet -->
<template id="bullet-template">
<a-sphere class="bullet"
scale="0.1 0.1 0.1"
color="#fff"
></a-sphere>
<a-entity>
<a-sphere class="bullet"
scale="0.1 0.1 0.1"
color="#fff"
></a-sphere>
</a-entity>
</template>

<!-- /Templates -->
Expand Down

0 comments on commit d6ef569

Please sign in to comment.