Fixed the map so that it shows directional arrows instead of a compass.
This commit is contained in:
parent
c7c48658bd
commit
e6a8a8b338
11 changed files with 35 additions and 27 deletions
|
@ -313,9 +313,9 @@ namespace gui {
|
|||
$combat_ui.render($window);
|
||||
|
||||
if($map_open) {
|
||||
$map_ui.render($window, $main_ui.$camera.aimed_at());
|
||||
$map_ui.render($window, $main_ui.$compass_dir);
|
||||
} else {
|
||||
$mini_map.render($window, $main_ui.$camera.aimed_at());
|
||||
$mini_map.render($window, $main_ui.$compass_dir);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue