mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-03 09:15:00 +08:00
Fix of the SLA gizmo picking.
This commit is contained in:
parent
7cef1292b2
commit
841d0796b7
@ -302,7 +302,7 @@ void GLGizmoSlaSupports::render_points(const Selection& selection, bool picking)
|
||||
render_color[0] = color[0];
|
||||
render_color[1] = color[1];
|
||||
render_color[2] = color[2];
|
||||
render_color[3] = picking_checksum_alpha_channel(render_color[0], render_color[1], render_color[2]);
|
||||
render_color[3] = color[3];
|
||||
}
|
||||
else {
|
||||
render_color[3] = 1.f;
|
||||
|
Loading…
x
Reference in New Issue
Block a user