fixed bad naming

This commit is contained in:
Anselme 2017-04-10 15:04:54 +02:00
parent 1f22f90342
commit bb913cbc3e

View File

@ -219,7 +219,7 @@ void DeferredPipeline::renderGL(Scene *scene)
} }
// IMGUI PASS // IMGUI PASS
gui.drawGL(); m_guiMesh->drawGL();
} }
void DeferredPipeline::resizeGL(int w, int h) void DeferredPipeline::resizeGL(int w, int h)