Whiteboard/highlight_visitor: reference correct hex.
This commit is contained in:
parent
96e9c99229
commit
4d0d895ed3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void highlight_visitor::set_mouseover_hex(const map_location& hex)
|
|||
{
|
||||
clear();
|
||||
|
||||
if (!mouseover_hex_.valid())
|
||||
if (!hex.valid())
|
||||
return;
|
||||
|
||||
scoped_real_unit_map ensure_real_map;
|
||||
|
|
Loading…
Add table
Reference in a new issue