mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix fonts
This commit is contained in:
parent
50e15333cd
commit
89cadf27be
@ -28,7 +28,7 @@ pub struct Bag<'a> {
|
||||
inventory_space: usize,
|
||||
|
||||
imgs: &'a Imgs,
|
||||
_fonts: &'a Fonts,
|
||||
fonts: &'a Fonts,
|
||||
#[conrod(common_builder)]
|
||||
common: widget::CommonBuilder,
|
||||
}
|
||||
@ -38,7 +38,7 @@ impl<'a> Bag<'a> {
|
||||
Self {
|
||||
inventory_space,
|
||||
imgs,
|
||||
_fonts,
|
||||
fonts,
|
||||
common: widget::CommonBuilder::default(),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user