@@ -540,7 +540,7 @@ inline static bool sCorrectFractionForCharacterPadding(const Shape *inShape, Mat
}
else if (inShape->GetSubType() == EShapeSubType::RotatedTranslated)
{
- const RotatedTranslatedShape *rt_shape = static_cast<const RotatedTranslatedShape *>(inShape);
+ const RotatedTranslatedShape *rt_shape = static_cast<const RotatedTranslatedShape *>(inShape);
return sCorrectFractionForCharacterPadding(rt_shape->GetInnerShape(), inStart * Mat44::sRotation(rt_shape->GetRotation()), inDisplacement, rt_shape->TransformScale(inScale), inPolygon, ioFraction);
else if (inShape->GetSubType() == EShapeSubType::Scaled)
@@ -692,7 +692,7 @@ void SoftBodyMotionProperties::UpdateSoftBodyState(SoftBodyUpdateContext &ioCont
// Remove non-colliding sensors from the list
for (int i = int(mCollidingSensors.size()) - 1; i >= 0; --i)
if (!mCollidingSensors[i].mHasContact)
- {
+ {
mCollidingSensors[i] = std::move(mCollidingSensors.back());
mCollidingSensors.pop_back();