mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 15:19:01 +08:00
Fixed typo in GLGizmoPainterBase::get_projected_mouse_positions() after 7bb38840e18ecc435ad3acca07828dee526499f8.
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…
x
Reference in New Issue
Block a user