mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
LibGL: Remove unnecessary break;
from SoftwareGLContext
This commit is contained in:
parent
d885cc102b
commit
4abd6aa198
1 changed files with 0 additions and 1 deletions
|
@ -1421,7 +1421,6 @@ void SoftwareGLContext::gl_bind_texture(GLenum target, GLuint texture)
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
VERIFY_NOT_REACHED();
|
VERIFY_NOT_REACHED();
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
m_allocated_textures.set(texture, texture_object);
|
m_allocated_textures.set(texture, texture_object);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue