This commit is contained in:
2025-08-14 15:05:55 -04:00
parent e41970287d
commit c5aa0a02e2
3 changed files with 3 additions and 15 deletions

View File

@@ -47,6 +47,6 @@ impl<'a, Ctx> Painter<'a, Ctx> {
}
pub fn ctx_mut(&mut self) -> &mut Ctx {
&mut self.ctx
self.ctx
}
}