mrbwaters / fire_drill

1 stars 4 forks source link

Error/crash when falling off bottom of ladder onto mobing platform #69

Open eddivita opened 2 years ago

eddivita commented 2 years ago

Variable obj_pc.apogee not set before reading it.

image

jbussing commented 2 years ago

fixed in https://github.com/mrbwaters/fire_drill/pull/71

jbussing commented 2 years ago

https://github.com/mrbwaters/fire_drill/pull/74

mrbwaters commented 2 years ago

Ed, can you test and close if resolved?

jbussing commented 2 years ago

I can reproduce this error sometimes, when falling between rooms. And could be related to issue 64. The root cause is that the apogee value is not set or carried over when the room transitions. Should hopefully be a simple fix.

jbussing commented 2 years ago

ooo 👀 I wasn't setting apogee from ladder fall. the fix is in here https://github.com/mrbwaters/fire_drill/pull/78!!!