Searched refs:has_hit (Results 1 – 1 of 1) sorted by relevance
482 bool has_hit = false; in stepDown() local484 has_hit = callback.hasHit() || callback2.hasHit(); in stepDown()486 has_hit = callback2.hasHit(); in stepDown()488 if(downVelocity2 > 0.0 && downVelocity2 < m_stepHeight && has_hit == true && runonce == false in stepDown()