1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

remove artifact

This commit is contained in:
obellish
2024-02-19 07:14:56 -05:00
parent 38991de6b1
commit 8dd9cf6339

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,