Fixed selection bug and changed the astar a bit but its still not right
This commit is contained in:
parent
bdb12e2000
commit
397fb7ebd0
4 changed files with 15 additions and 10 deletions
|
|
@ -98,7 +98,10 @@ public class InGameMouseInput extends MouseInput{
|
|||
}
|
||||
}
|
||||
else{
|
||||
if(oldMouseOver != null)oldMouseOver.setMouseOver(false);
|
||||
if(oldMouseOver != null){
|
||||
oldMouseOver.setMouseOver(false);
|
||||
oldMouseOver = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue