Cleanup: Strict compiler warning

This commit is contained in:
Sergey Sharybin 2020-06-05 11:39:53 +02:00
parent 48075b2c05
commit 1c5479167f
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class GHOST_XrGraphicsBindingOpenGL : public GHOST_IXrGraphicsBinding {
glBindFramebuffer(GL_FRAMEBUFFER, 0);
}
bool needsUpsideDownDrawing(GHOST_Context &ghost_ctx) const
bool needsUpsideDownDrawing(GHOST_Context &ghost_ctx) const override
{
return ghost_ctx.isUpsideDown();
}