mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-15 15:11:10 +01:00
Fix typo.
This commit is contained in:
parent
1ffafee7b1
commit
f22e67a07c
@ -3111,7 +3111,7 @@ void RTileSetEditor::select_coord(const Vector2 &coord) {
|
||||
for (int outline_idx = 0; outline_idx < edited_navigation_shape->get_outline_count(); outline_idx++) {
|
||||
PoolVector<Vector2> outline_vertices = edited_navigation_shape->get_outline(outline_idx);
|
||||
for (int vertex_inx = 0; vertex_inx < outline_vertices.size(); vertex_inx++) {
|
||||
current_shape.push_back(outline_vertices[vertex_inx] + shape_anchor)::;
|
||||
current_shape.push_back(outline_vertices[vertex_inx] + shape_anchor);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user