mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibGL: Remove unnecessary break;
from SoftwareGLContext
This commit is contained in:
parent
d885cc102b
commit
4abd6aa198
Notes:
sideshowbarker
2024-07-17 22:57:46 +09:00
Author: https://github.com/gmta
Commit: 4abd6aa198
Pull-request: https://github.com/SerenityOS/serenity/pull/11108
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/sunverwerth ✅
1 changed files with 0 additions and 1 deletions
|
@ -1421,7 +1421,6 @@ void SoftwareGLContext::gl_bind_texture(GLenum target, GLuint texture)
|
|||
break;
|
||||
default:
|
||||
VERIFY_NOT_REACHED();
|
||||
break;
|
||||
}
|
||||
|
||||
m_allocated_textures.set(texture, texture_object);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue