Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mswieboda committed May 1, 2021
1 parent 1db303b commit 49c1675
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/escape/Player.hx
Expand Up @@ -257,7 +257,6 @@ class Player extends FlxSprite {
}
}

// TODO: see if i really *need* to return a Bool, as I don't currently use it in Level#updateCollisions
public function onWaterTile(tile: FlxObject, feetTrigger: FlxObject): Bool {
// check a fake/temp hitbox, with an offset, and width/height adjustments
var overlapFound = feetTrigger.x + feetTrigger.width > tile.x
Expand Down

0 comments on commit 49c1675

Please sign in to comment.