diff --git a/Userland/Libraries/LibGL/SoftwareRasterizer.h b/Userland/Libraries/LibGL/SoftwareRasterizer.h index 6a54e8e35b..479d0d1450 100644 --- a/Userland/Libraries/LibGL/SoftwareRasterizer.h +++ b/Userland/Libraries/LibGL/SoftwareRasterizer.h @@ -46,7 +46,7 @@ struct RasterizerOptions { GLfloat fog_start { 0.0f }; GLfloat fog_end { 1.0f }; bool scissor_enabled { false }; - Gfx::IntRect scissor_box {}; + Gfx::IntRect scissor_box; GLenum draw_buffer { GL_BACK }; GLfloat depth_offset_factor { 0 }; GLfloat depth_offset_constant { 0 };