Replace sanity with safety for checks

This commit is contained in:
A Thousand Ships
2023-09-28 15:42:55 +02:00
parent 6916349697
commit 034c0f1624
10 changed files with 20 additions and 20 deletions

View File

@@ -1808,7 +1808,7 @@ real_t Curve3D::_sample_baked_tilt(Interval p_interval) const {
}
// Internal method for getting posture at a baked point. Assuming caller
// make all sanity checks.
// make all safety checks.
Basis Curve3D::_compose_posture(int p_index) const {
Vector3 forward = baked_forward_vector_cache[p_index];