mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-18 00:45:53 +08:00
fix bad shared name
This commit is contained in:
parent
da15e63a46
commit
0487113f8b
@ -330,7 +330,7 @@ void GLGizmoEmboss::on_render() {
|
|||||||
const GLVolume& gl_volume = *selection.get_volume(*selection.get_volume_idxs().begin());
|
const GLVolume& gl_volume = *selection.get_volume(*selection.get_volume_idxs().begin());
|
||||||
#endif // ENABLE_LEGACY_OPENGL_REMOVAL
|
#endif // ENABLE_LEGACY_OPENGL_REMOVAL
|
||||||
#if ENABLE_GL_SHADERS_ATTRIBUTES
|
#if ENABLE_GL_SHADERS_ATTRIBUTES
|
||||||
GLShaderProgram* shader = wxGetApp().get_shader("gouraud_light_attr");
|
GLShaderProgram* shader = wxGetApp().get_shader("gouraud_light");
|
||||||
#else
|
#else
|
||||||
glsafe(::glPushMatrix());
|
glsafe(::glPushMatrix());
|
||||||
glsafe(::glMultMatrixd(m_temp_transformation->data()));
|
glsafe(::glMultMatrixd(m_temp_transformation->data()));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user