Fixed typo in GLGizmoPainterBase::get_projected_mouse_positions() after 7bb38840e1
.
This commit is contained in:
parent
c3f144c7ea
commit
3fd7a5a4b1
@ -245,7 +245,7 @@ std::vector<std::vector<GLGizmoPainterBase::ProjectedMousePosition>> GLGizmoPain
|
||||
|
||||
const Camera &camera = wxGetApp().plater()->get_camera();
|
||||
std::vector<ProjectedMousePosition> mesh_hit_points;
|
||||
mesh_hit_points.reserve(mouse_position.size());
|
||||
mesh_hit_points.reserve(mouse_positions.size());
|
||||
|
||||
// In mesh_hit_points only the last item could have mesh_id == -1, any other items mustn't.
|
||||
for (const Vec2d &mp : mouse_positions) {
|
||||
|
Loading…
Reference in New Issue
Block a user