Skip to content

Commit

Permalink
Update monster.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoRean committed Sep 23, 2023
1 parent 9389823 commit d18815e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monster.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Monsters {
var ray = new BABYLON.Ray(this.monsterList[i].hands.absolutePosition, dir, 1);
var hits = scene.multiPickWithRay(ray);

if (true){
if (false){
if (rayHelper !== undefined)
rayHelper.dispose();
rayHelper = new BABYLON.RayHelper(ray);
Expand Down

0 comments on commit d18815e

Please sign in to comment.