| 526 | } |
| 527 | |
| 528 | drop_state_type::substate_enum drop_state_type::supdate_stopping(drop_state_type& gst, |
| 529 | xScene& scn, F32& dt) |
| 530 | { |
| 531 | return gst.update_stopping(scn, dt); |
| 532 | } |
| 533 | |
| 534 | drop_state_type::substate_enum drop_state_type::update_stopping(xScene& scn, F32& dt) |
| 535 | { |
nothing calls this directly
no test coverage detected