X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fframebuffer.h;h=262e4248c3e251ddeb86e99ef335dc4e4ad501a3;hp=e370b7c7f38976c2211c496c4c6c5e640f835e07;hb=ba55832910f04b90695da360b5889fa85e83c1e1;hpb=afb4e0ab972776eb17e97ca8f3be02c64e77cf46 diff --git a/source/core/framebuffer.h b/source/core/framebuffer.h index e370b7c7..262e4248 100644 --- a/source/core/framebuffer.h +++ b/source/core/framebuffer.h @@ -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