]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pipeline.cpp
Make Animation::Iterator assignable
[libs/gl.git] / source / pipeline.cpp
index 037741d24e4e1bfa0372c09943c1509cfad5b115..27cc3e3c63cc9d274e3573c7da915b21b846899d 100644 (file)
@@ -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());