fixed paint initially showing up white

This commit is contained in:
ericrius1 2015-10-27 12:09:07 -07:00
parent fa22249f7a
commit f0a1335957

View file

@ -44,7 +44,12 @@ var whiteboard = Entities.addEntity({
red: 255,
green: 255,
blue: 255
}
},
userData: JSON.stringify({
color: {
currentColor: colors[0]
}
})
});
Script.setTimeout(function() {