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