X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbloom.cpp;h=2160e147cb1b8877f1a657f7f15651362ebf26fa;hp=58edc65dfd2bed54a99cc65b0a36f879b522dee3;hb=072bbbd579cb82b4571cbb6babebe6e5ea498356;hpb=d4c9b1ef7ba7a60874ffa7ab2ac4b427a83910e5 diff --git a/source/bloom.cpp b/source/bloom.cpp index 58edc65d..2160e147 100644 --- a/source/bloom.cpp +++ b/source/bloom.cpp @@ -67,8 +67,6 @@ void Bloom::set_strength(float s) void Bloom::render(const Texture2D &src, const Texture2D &) { - BindRestore unbind_dtest(static_cast(0)); - BindRestore unbind_blend(static_cast(0)); Bind bind_mesh(quad); {