@@ -282,7 +282,7 @@ func (cl *ColorLayer) Update(ctx *RenderCtx) {
}
func (cl *ColorLayer) Draw(ctx *RenderCtx) {
rl.DrawRectangle(0, 0, ctx.SourceWidth, ctx.SourceHeight, cl.color)
rl.ClearBackground(cl.color)
cl.dirty = false
The note is not visible to the blocked user.