Fix typo in CollisionObject warning
This commit is contained in:
parent
8daf5491ab
commit
e1f34249eb
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ String CollisionObject::get_configuration_warning() const {
|
|||
if (warning == String()) {
|
||||
warning += "\n";
|
||||
}
|
||||
warning += TTR("This node has no children shapes, so it can't interact with the space.\nConsider adding CollisionShape or CollisionPolygon children nodes to define it's shape.");
|
||||
warning += TTR("This node has no children shapes, so it can't interact with the space.\nConsider adding CollisionShape or CollisionPolygon children nodes to define its shape.");
|
||||
}
|
||||
|
||||
return warning;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue