#3008 - Reduced max size of bed texture
This commit is contained in:
parent
a6a7303e25
commit
a65b8f462d
1 changed files with 3 additions and 1 deletions
|
@ -107,7 +107,9 @@ void GLCanvas3DManager::GLInfo::detect() const
|
|||
m_renderer = data;
|
||||
|
||||
glsafe(::glGetIntegerv(GL_MAX_TEXTURE_SIZE, &m_max_tex_size));
|
||||
|
||||
|
||||
m_max_tex_size /= 2;
|
||||
|
||||
if (GLEW_EXT_texture_filter_anisotropic)
|
||||
glsafe(::glGetFloatv(GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT, &m_max_anisotropy));
|
||||
|
||||
|
|
Loading…
Reference in a new issue