Drag now show the icon while you're dragging, so now need to work out all of the edge cases for each action.

This commit is contained in:
Zed A. Shaw 2025-06-17 11:50:03 -04:00
parent ca74b817e5
commit 029a0f86ae
3 changed files with 19 additions and 1 deletions

View file

@ -366,6 +366,7 @@ namespace gui {
$combat_ui.render($window);
if($loot_ui.active) $loot_ui.render($window);
$dnd_loot.render();
if($map_open) {
$map_ui.render($window, $main_ui.$compass_dir);