diff --git a/app/render/backend/opengl/openglframebuffer.cpp b/app/render/backend/opengl/openglframebuffer.cpp index 21adfa94f..b2acac1fb 100644 --- a/app/render/backend/opengl/openglframebuffer.cpp +++ b/app/render/backend/opengl/openglframebuffer.cpp @@ -38,7 +38,7 @@ OpenGLFramebuffer::~OpenGLFramebuffer() void OpenGLFramebuffer::Create(QOpenGLContext *ctx) { if (ctx == nullptr) { - qWarning() << "RenderTexture::Create was passed an invalid context"; + qWarning() << "OpenGLFramebuffer::Create was passed an invalid context"; return; }