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:
parent
68ddab547b
commit
a655de89e3
4 changed files with 8 additions and 6 deletions
|
|
@ -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!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue