mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed broken crafting sprite requirement
This commit is contained in:
parent
89e043bbca
commit
f987f4d628
@ -571,7 +571,7 @@ impl Show {
|
||||
) {
|
||||
self.selected_crafting_tab(tab);
|
||||
self.crafting(true);
|
||||
self.craft_sprite = craft_sprite;
|
||||
self.craft_sprite = self.craft_sprite.or(craft_sprite);
|
||||
}
|
||||
|
||||
fn diary(&mut self, open: bool) {
|
||||
|
Loading…
Reference in New Issue
Block a user