updating TODO tags

Former-commit-id: f0ce830cc72911b9c1974a394581003726dfc4e1
Former-commit-id: dfc012568d8362de583b7efa95fd79e35a22b83a
This commit is contained in:
Song Minjae
2016-12-22 02:20:23 +09:00
parent c068b0c5b1
commit 19e71fa20c
5 changed files with 5 additions and 14 deletions

View File

@@ -457,7 +457,7 @@ open class ActorWithBody : Actor() {
hitAndForciblyReflectY()
grounded = false
}
else if (isColliding(nextHitbox)) { // FIXME if standing: standard box, if walking: top-squished box
else if (isColliding(nextHitbox)) {
hitAndReflectY()
grounded = true
}