RE ADD CONTEXT
This commit is contained in:
@@ -18,7 +18,7 @@ pub struct UiRenderer {
|
||||
}
|
||||
|
||||
impl UiRenderer {
|
||||
pub fn update(&mut self, updates: &mut Ui) {
|
||||
pub fn update<State>(&mut self, updates: &mut Ui<State>) {
|
||||
self.ui.update(&self.device, &self.queue, updates);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user