Commit a29bc23b authored by Richard Torenvliet's avatar Richard Torenvliet

Update Game

parent 19b995ea
......@@ -50,7 +50,6 @@ angular.module('Interactive.game.tapdance.result', [
var ratio = points.length / (max_clicks / calc_clicks);
var result = points[Math.ceil(ratio) - 1];
result = 3;
$scope.points = result;
$scope.clicks = clicks;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment