Silence Warnings

This commit is contained in:
2019-05-26 18:18:31 -07:00
parent 9f94db6c82
commit 1c80a13c23
26 changed files with 55 additions and 22 deletions

View File

@@ -515,6 +515,7 @@ void CGizmo::SetMode(EGizmoMode Mode)
mDeltaTranslation = CVector3f::skZero;
mDeltaRotation = CQuaternion::skIdentity;
break;
default: break;
}
}