Thulinma/ACNLPatternTool

DrawingTool won't immediately render transparent pixel

Closed this issue · 1 comments

Draw pixel should render the change in pixel color immediately, but does not apply if current color is transparent

// drawingtool.currentColor == 15
drawingTool.drawPixel(x, y)
// no update to canvases

fixed in 5891172