You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix typo in CollisionObject warning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user