1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

5th Attempt to fix texture rendering on OpenGL 1.1 cards

This commit is contained in:
Enrico Turri
2018-06-22 15:11:04 +02:00
parent 15c69a90ec
commit de540de9aa
4 changed files with 27 additions and 8 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ void GLGizmoBase::set_state(GLGizmoBase::EState state)
m_state = state;
}
unsigned int GLGizmoBase::get_textures_id() const
unsigned int GLGizmoBase::get_texture_id() const
{
return m_textures[m_state].get_id();
}