X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fpipeline.cpp;h=27cc3e3c63cc9d274e3573c7da915b21b846899d;hp=037741d24e4e1bfa0372c09943c1509cfad5b115;hb=4a1e2b6a68095e6bb7c212be57abb5a1509739b9;hpb=18240e2bb031551e9c72a55c7d974904d209760a diff --git a/source/pipeline.cpp b/source/pipeline.cpp index 037741d2..27cc3e3c 100644 --- a/source/pipeline.cpp +++ b/source/pipeline.cpp @@ -192,7 +192,7 @@ void Pipeline::render(Renderer &renderer, const Tag &tag) const return; const Framebuffer *out_fbo = Framebuffer::current(); - // These is a no-ops but will ensure the related state gets restored + // These are no-ops but will ensure the related state gets restored BindRestore restore_fbo(out_fbo); BindRestore restore_depth_test(DepthTest::current()); BindRestore restore_blend(Blend::current());