]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/framebuffer.h
Minor cleanups and tweaks
[libs/gl.git] / source / core / framebuffer.h
index e370b7c7f38976c2211c496c4c6c5e640f835e07..262e4248c3e251ddeb86e99ef335dc4e4ad501a3 100644 (file)
@@ -80,8 +80,8 @@ private:
        void update() const;
        void check_size();
        void set_attachment(FrameAttachment, Texture &, unsigned, int, unsigned);
-public:
 
+public:
        /** Attaches a texture to the framebuffer.  Only the attachment point
        portion of attch is considered; pixel format is ignored.  The framebuffer
        must have a format and the format of the texture must match that defined