X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frender%2Fsequence.cpp;h=e6dafa0e91b4bd507bebea79a5906b1d0ea12dc2;hp=e27ebf1888248695240a71a71179f4182e6d36db;hb=73590a7fcd931261d2b9c26fd3a0e53a37aa6e2c;hpb=3e38e8a7bfffb0b6d622b849b402f4f04a7536c4 diff --git a/source/render/sequence.cpp b/source/render/sequence.cpp index e27ebf18..e6dafa0e 100644 --- a/source/render/sequence.cpp +++ b/source/render/sequence.cpp @@ -1,6 +1,5 @@ #include #include "blend.h" -#include "camera.h" #include "framebuffer.h" #include "lighting.h" #include "postprocessor.h" @@ -32,7 +31,6 @@ Sequence::Sequence(const Framebuffer &fbo) void Sequence::init(unsigned w, unsigned h) { - camera = 0; width = w; height = h; hdr = false;