Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
xTammaro committed Oct 16, 2023
1 parent 84eb2ec commit 56c5e01
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/utility/hexgrid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1057,13 +1057,10 @@ export class HexGrid {


if (hex.reachable) {

if (o.fillOnlyHoveredCreature && !(hex.creature instanceof Creature)) {
$j('canvas').css('cursor', 'not-allowed');
}
//else if (o.fillOnlyHoveredCreature && (hex.creature instanceof Creature)) {
// $j('canvas').css('cursor', 'pointer');
// }


if (o.fillHexOnHover) {
this.cleanHex(hex);
Expand Down

0 comments on commit 56c5e01

Please sign in to comment.