darienyoder / software-engineering-team-beta

http://darienyoder.com/software-engineering-team-beta/minigolf
2 stars 0 forks source link

Level 9 #184

Closed SageAndromeda closed 5 days ago

SageAndromeda commented 6 days ago

On level 9 (the rhombus one with the hills and water), the ball sometimes doesn't properly go into the water causing me to get stuck next to it and be unable to escape the pit

SageAndromeda commented 6 days ago

It generally seems to happen if the ball circles closely around the water instead of falling straight in

clickyquack commented 6 days ago

I think this is because it's treating it like it actually has an elevation of 843 if it doesn't actually overlap the water.

clickyquack commented 6 days ago

Fixed by using -843 for the water height instead: https://github.com/darienyoder/software-engineering-team-beta/tree/water-bug-fixed