LibGL: Mark SoftwareGLContext::gl_scissor as override
I do not know how this did not trigger CI up until now...
This commit is contained in:
parent
51cf35988b
commit
76e6ed0d75
Notes:
sideshowbarker
2024-07-18 00:41:35 +09:00
Author: https://github.com/Hendiadyoin1 Commit: https://github.com/SerenityOS/serenity/commit/76e6ed0d755 Pull-request: https://github.com/SerenityOS/serenity/pull/11118 Reviewed-by: https://github.com/alimpfard ✅ Reviewed-by: https://github.com/sunverwerth ✅
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ public:
|
|||
virtual void gl_fogf(GLenum pname, GLfloat param) override;
|
||||
virtual void gl_fogi(GLenum pname, GLint param) override;
|
||||
virtual void gl_pixel_store(GLenum pname, GLfloat param) override;
|
||||
virtual void gl_scissor(GLint x, GLint y, GLsizei width, GLsizei height);
|
||||
virtual void gl_scissor(GLint x, GLint y, GLsizei width, GLsizei height) override;
|
||||
virtual void present() override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue