inventory slots fix
This commit is contained in:
@@ -296,6 +296,10 @@ void SlotView::clicked(gui::GUI* gui, int button) {
|
||||
}
|
||||
}
|
||||
|
||||
void SlotView::focus(gui::GUI* gui) {
|
||||
clicked(gui, 0);
|
||||
}
|
||||
|
||||
InventoryView::InventoryView(
|
||||
const Content* content,
|
||||
LevelFrontend* frontend,
|
||||
|
||||
Reference in New Issue
Block a user