walthill / production2

Stores games and assets from our Production 2 course. Currently developing Reboot
https://github.com/walthill/production2/wiki
Apache License 2.0
1 stars 0 forks source link

[HIGH] isGrounded is set to false while drifting up the side of the bowl #81

Closed walthill closed 5 years ago

walthill commented 5 years ago

Summary: Ground detection is sometimes incorrect

Commit: https://github.com/walthill/production2/commit/b7a234d89bd3ad20f0601ff5620b3ab32d487ad2

Expected Behavior: isGrounded = true when player is on ground

Observed Behavior: isGrounded = false when player drifts up the side of the bowl

Reproduction Steps: Get into the third speed channel and drift up the side of the bowl while watching isGrounded.

Severity: HIGH

walthill commented 5 years ago

This sometimes happens after falling as well.

jacobnb commented 5 years ago

Drift along the red line in speed channel two while watching the isGrounded variable