Skip to content

Commit

Permalink
accidentally commited line.
Browse files Browse the repository at this point in the history
  • Loading branch information
themadcreator committed Apr 7, 2014
1 parent 8ef904c commit bf4e9f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions site/views/demo-2048.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@
SHAPE_FACTORY = (value) ->
adjust = 0.05

value = value * 2048

# Up to 2048 (2^11) we use rectangles
if value <= (1 << 11)
shape = seen.Shapes.rectangle(seen.P(adjust,adjust,adjust), seen.P(1 - adjust, 1 - adjust, 0.25))
Expand Down

0 comments on commit bf4e9f3

Please sign in to comment.