mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Merge pull request #46991 from madmiraal/rename-invert-reverse
Rename Array.invert() to Array.reverse()
This commit is contained in:
commit
4b6e9f3157
35 changed files with 57 additions and 57 deletions
|
|
@ -2928,7 +2928,7 @@ void TileSetEditor::close_shape(const Vector2 &shape_anchor) {
|
|||
}
|
||||
|
||||
if (p_total < 0) {
|
||||
points.invert();
|
||||
points.reverse();
|
||||
}
|
||||
|
||||
shape->set_points(points);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue