Make a function to access overlay cells Closes #35.
This commit is contained in:
parent
f668ff6b7a
commit
fcd1bc589c
8 changed files with 7 additions and 7 deletions
|
@ -54,7 +54,7 @@ namespace gui {
|
|||
$loot_ui.init();
|
||||
|
||||
// BUG: maybe this is a function on main_ui?
|
||||
auto cell = $main_ui.$overlay_ui.$gui.cell_for("left");
|
||||
auto cell = $main_ui.overlay_cell("left");
|
||||
$debug_ui.init(cell);
|
||||
|
||||
$combat_ui.init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue