summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/ui/nopaint.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/ui/nopaint.js b/js/ui/nopaint.js
index 3cfc92a..4ba4e2a 100644
--- a/js/ui/nopaint.js
+++ b/js/ui/nopaint.js
@@ -422,6 +422,7 @@ var nopaint = (function(){
this.reorient( last_brush )
this.bg = random() < 0.2 ? colors.white : colors.black
this.char = " "
+ brush.load( this )
this.resize(3,2)
},
})