doc: Warn about using Node internal processing

See #43689.

Also 'fixed' some spelling for behavior in publicly visible strings.
(Sorry en_GB, en_CA, en_AU, and more... Silicon Valley won the tech spelling
war.)
This commit is contained in:
Rémi Verschelde 2020-11-20 09:52:31 +01:00
parent 68ddab547b
commit a655de89e3
No known key found for this signature in database
GPG key ID: C3336907360768E1
4 changed files with 8 additions and 6 deletions

View file

@ -725,7 +725,7 @@ void SoftBody3D::_update_cache_pin_points_datas() {
w[i].spatial_attachment = Object::cast_to<Node3D>(get_node(w[i].spatial_attachment_path));
}
if (!w[i].spatial_attachment) {
ERR_PRINT("Node3D node not defined in the pinned point, Softbody undefined behaviour!");
ERR_PRINT("Node3D node not defined in the pinned point, this is undefined behavior for SoftBody3D!");
}
}
}