X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frender%2Fsequence.cpp;h=aaa1ef12a2238e209973c708446672b3ba865ed6;hp=89d475e3fe1121d83cc98f0f55b6cb372964ccdc;hb=cd5f37b066352119cf92d53d0001af7ff99be437;hpb=ce3658993ce2f6b7527a04a36a5e1af349c6f2e9 diff --git a/source/render/sequence.cpp b/source/render/sequence.cpp index 89d475e3..aaa1ef12 100644 --- a/source/render/sequence.cpp +++ b/source/render/sequence.cpp @@ -4,7 +4,6 @@ #include "framebuffer.h" #include "lighting.h" #include "postprocessor.h" -#include "renderbuffer.h" #include "renderer.h" #include "sequence.h" #include "texture2d.h" @@ -291,7 +290,7 @@ void Sequence::Step::set_blend(const Blend &b) void Sequence::Step::set_clipping(const Clipping *c) { - clipping =c; + clipping = c; } } // namespace GL