Skip to content
Snippets Groups Projects
Commit a29bc23b authored by Richard Torenvliet's avatar Richard Torenvliet
Browse files

Update Game

parent 19b995ea
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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