Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-06-05 12:39:53 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-06-05 12:59:45 +0300
commit1c5479167fce0120786ee08849445440deec0097 (patch)
tree968471b27bf67b12930a499625889a3699740851
parent48075b2c0531a6fafcecb28db025e56f0d095af0 (diff)
Cleanup: Strict compiler warning
-rw-r--r--intern/ghost/intern/GHOST_XrGraphicsBinding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_XrGraphicsBinding.cpp b/intern/ghost/intern/GHOST_XrGraphicsBinding.cpp
index 5e30502f7ff..71e6af3fa4f 100644
--- a/intern/ghost/intern/GHOST_XrGraphicsBinding.cpp
+++ b/intern/ghost/intern/GHOST_XrGraphicsBinding.cpp
@@ -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();
}