summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglframebufferobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/qglframebufferobject.cpp')
-rw-r--r--src/opengl/qglframebufferobject.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opengl/qglframebufferobject.cpp b/src/opengl/qglframebufferobject.cpp
index a9871967f2..66e1aca9bc 100644
--- a/src/opengl/qglframebufferobject.cpp
+++ b/src/opengl/qglframebufferobject.cpp
@@ -976,7 +976,7 @@ bool QGLFramebufferObject::isValid() const
bool QGLFramebufferObject::bind()
{
if (!isValid())
- return false;
+ return false;
Q_D(QGLFramebufferObject);
QGL_FUNC_CONTEXT;
if (!ctx)
@@ -1008,7 +1008,7 @@ bool QGLFramebufferObject::bind()
bool QGLFramebufferObject::release()
{
if (!isValid())
- return false;
+ return false;
Q_D(QGLFramebufferObject);
QGL_FUNC_CONTEXT;
if (!ctx)