Skip to content

Commit 4156867

Browse files
authored
Update pixelate.rb
Missing '='
1 parent 3dd0b20 commit 4156867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/video/movie/pixelate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def draw
2424

2525
mov.read
2626
mov.load_pixels
27-
mov_colors [] # start with an empty Array
27+
mov_colors = [] # start with an empty Array
2828
grid(height, width, BLOCK_SIZE, BLOCK_SIZE) do |j, i|
2929
mov_colors << mov.get(i, j)
3030
end

0 commit comments

Comments
 (0)