Skip to content

Commit

Permalink
Lots of scroll changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Jan 20, 2015
1 parent 77374d3 commit 7bf121a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/cpp/echomesh/color/Transform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ FloatFunction makeFunction(string const& s) {
return {};

auto f = makeOneFunction(tokens[0]);
for (auto i = 1; i < size; ++size)
for (auto i = 1; i < size; ++i)
f = compose(makeOneFunction(tokens[i]), f);
return f;
}
Expand Down
2 changes: 1 addition & 1 deletion data/master/score/scroll-tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pattern:
wrap: true
dx: system.elapsed / 3
smooth: true
transform: square+square
transform: mirror(square)
pattern:
type: tile
scale: [2, 2]
Expand Down

0 comments on commit 7bf121a

Please sign in to comment.