This commit is contained in:
Pfauenauge90
2019-07-07 16:06:27 +02:00
parent f3bda57e67
commit 7f45d274a8
2 changed files with 3 additions and 4 deletions

View File

@ -2,8 +2,8 @@ use super::{img_ids::Imgs, Fonts, TEXT_COLOR};
use conrod_core::{ use conrod_core::{
color, color,
position::Relative, position::Relative,
widget::{self, Button, Image, Rectangle, Scrollbar}, widget::{self, Button, Image, Rectangle/*, Scrollbar*/},
widget_ids, Color, Colorable, Labelable, Positionable, Sizeable, Widget, WidgetCommon, widget_ids, /*Color, Colorable,*/ Labelable, Positionable, Sizeable, Widget, WidgetCommon,
}; };
widget_ids! { widget_ids! {

View File

@ -287,7 +287,6 @@ impl Hud {
imgs, imgs,
fonts, fonts,
ids, ids,
ui_scale,
new_messages: VecDeque::new(), new_messages: VecDeque::new(),
inventory_space: 8, inventory_space: 8,
show: Show { show: Show {