Skip to content

Commit

Permalink
- fixed statistics code to do proper checks for OpenGL's capabilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Nov 6, 2022
1 parent fdeec5e commit d422737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/rendering/gl/gl_framebuffer.h
Expand Up @@ -22,6 +22,7 @@ class OpenGLFrameBuffer : public SystemGLFrameBuffer

OpenGLFrameBuffer(void *hMonitor, bool fullscreen) ;
~OpenGLFrameBuffer();
int Backend() override { return 2; }
bool CompileNextShader() override;
void InitializeState() override;
void Update() override;
Expand Down

0 comments on commit d422737

Please sign in to comment.