Skip to content

Commit

Permalink
fixit
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuukkan committed Apr 1, 2016
1 parent 859cbd9 commit d4934e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo1.elm
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ view state (w, h) =
Hypnocorn ->
flow outward [hypnocorn w h state.time, muzak]
Starfield ->
flow outward [Starfield.view state.stars (w, h) (w, h), muzak]
flow outward [Starfield.view state.stars (w, h), muzak]
Chilicorn ->
flow outward [chilicorn w h state.time, muzak]
Rotozoom ->
Expand Down

0 comments on commit d4934e8

Please sign in to comment.