remove artifact

This commit is contained in:
obellish
2024-02-19 07:14:56 -05:00
parent 38991de6b1
commit 8dd9cf6339
+1 -1
View File
@@ -16,7 +16,7 @@ use epaint::{
#[derive(Clone)]
pub struct Painter {
/// Source of fonts and destination of shapes
pub(crate) ctx: Context,
ctx: Context,
/// Where we paint
layer_id: LayerId,