X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frender%2Fsequence.h;h=e1ad77bde8baf8f6b23aff926da02f2c8e1dffd4;hp=0bc65cb78e5f1c5d410b4d5cbc52ca6e4a18adf1;hb=d4e380914f02800b7d915a8748ac9ccd7029bc3b;hpb=31ae3e3c4a28ac2ec97cc3efaa25adbf1511aadc diff --git a/source/render/sequence.h b/source/render/sequence.h index 0bc65cb7..e1ad77bd 100644 --- a/source/render/sequence.h +++ b/source/render/sequence.h @@ -84,13 +84,13 @@ private: RenderTarget *target_ms; public: - Sequence(unsigned, unsigned, const FrameFormat & = FrameFormat()); + Sequence(); + Sequence(unsigned, unsigned, const FrameFormat &); ~Sequence(); - const FrameFormat &get_target_format() { return target_format; } - unsigned get_width() const { return width; } unsigned get_height() const { return height; } + const FrameFormat &get_target_format() { return target_format; } /** Adds a step to the sequence. It's permissible to add the same Renderable multiple times. */