(BROKEN) start on removing desired size

This commit is contained in:
iris committed 2025-12-23 23:48:35 -05:00
1 parent 462c0e6416
commit 93291badc1
8 files changed
+94 -28

No files matched your search

+1
View File
@@ -10,6 +10,7 @@ use crate::{
pub struct Painter<'a, 'b> {
pub(super) state: &'a mut DrawState<'b>,
pub region_used: UiRegion,
pub(super) region: UiRegion,
pub(super) mask: MaskIdx,
pub(super) textures: Vec<TextureHandle>,