diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-25 17:11:38 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-25 17:11:38 +0200 |
commit | a8ce0f8cf64a89c18cbb08dd10f2b2d9b22ad56f (patch) | |
tree | 7e94d7ef0e9d62a2266d593eb4fbfc30f204277b /pixel-client/src/ui.rs | |
parent | 6c4b81d58272371bc76e79dd086be3161f6b7193 (diff) | |
download | hurrycurry-a8ce0f8cf64a89c18cbb08dd10f2b2d9b22ad56f.tar hurrycurry-a8ce0f8cf64a89c18cbb08dd10f2b2d9b22ad56f.tar.bz2 hurrycurry-a8ce0f8cf64a89c18cbb08dd10f2b2d9b22ad56f.tar.zst |
menus
Diffstat (limited to 'pixel-client/src/ui.rs')
-rw-r--r-- | pixel-client/src/ui.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/src/ui.rs b/pixel-client/src/ui.rs index 045fc46b..6410630f 100644 --- a/pixel-client/src/ui.rs +++ b/pixel-client/src/ui.rs @@ -49,7 +49,7 @@ pub struct Ui<'a, 'b> { cross_height: f32, index: usize, direction_horizontal: bool, - renderer: &'a mut Renderer<'b>, + pub renderer: &'a mut Renderer<'b>, state: &'a mut UiState, } |