From fbbbe8cc0457c2f3f77cfc8d9b8070a593938694 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 22 Nov 2014 21:06:04 -0500 Subject: square brush fix.. --- js/matrix.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/matrix.js') diff --git a/js/matrix.js b/js/matrix.js index 5cecfed..73c2992 100644 --- a/js/matrix.js +++ b/js/matrix.js @@ -52,8 +52,7 @@ Matrix.prototype.fill = function(fg, bg){ this.fg = fg this.bg = bg this.forEach(function(lex,x,y){ - lex.fg = fg - lex.bg = bg + lex.fill(fg,bg) lex.build() }) } -- cgit v1.2.3-70-g09d2