From 7e4fe4b521176908382029e52c103ccf89f389e1 Mon Sep 17 00:00:00 2001 From: Eric Levin Date: Mon, 16 Nov 2015 23:06:45 -0800 Subject: [PATCH] Update pistol.js --- examples/exterminatorGame/pistol.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/exterminatorGame/pistol.js b/examples/exterminatorGame/pistol.js index 0d0d81e722..9a3700824b 100644 --- a/examples/exterminatorGame/pistol.js +++ b/examples/exterminatorGame/pistol.js @@ -179,7 +179,7 @@ function fire(side, value) { Entities.editEntity(intersection.entityID, { velocity: Vec3.multiply(shotDirection, GUN_FORCE) }); - //createEntityHitEffect(intersection.intersection); + createEntityHitEffect(intersection.intersection); } if (intersection.properties.name === "rat") { @@ -476,4 +476,4 @@ function createMuzzleFlash(position) { }, 100) -} \ No newline at end of file +}