From bb913cbc3e70ca40cb47c3da94b798274a7a0387 Mon Sep 17 00:00:00 2001 From: Anselme Date: Mon, 10 Apr 2017 15:04:54 +0200 Subject: [PATCH] fixed bad naming --- src/deferredpipeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deferredpipeline.cpp b/src/deferredpipeline.cpp index def2e82..6ad6a3e 100644 --- a/src/deferredpipeline.cpp +++ b/src/deferredpipeline.cpp @@ -219,7 +219,7 @@ void DeferredPipeline::renderGL(Scene *scene) } // IMGUI PASS - gui.drawGL(); + m_guiMesh->drawGL(); } void DeferredPipeline::resizeGL(int w, int h)