X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=tools%2Fviewer.cpp;fp=tools%2Fviewer.cpp;h=666372c3e6bbcdf3de0c5c3ed37a83e9e91cc009;hp=c54d7278c4cba0a23a4a935850a2eb25ead4d816;hb=18fda5b5a13215c500cb402f7d2b081e439a1f0e;hpb=2680cc0bf251db566753dbe9bf947ba6a4b083d2 diff --git a/tools/viewer.cpp b/tools/viewer.cpp index c54d7278..666372c3 100644 --- a/tools/viewer.cpp +++ b/tools/viewer.cpp @@ -238,7 +238,6 @@ Viewer::Viewer(int argc, char **argv): GL::Sequence::Step &step = sequence->add_step(0, *renderable); step.set_lighting(&lighting); step.set_depth_test(GL::LEQUAL); - step.set_blend(GL::Blend(GL::SRC_ALPHA, GL::ONE_MINUS_SRC_ALPHA)); } view.set_content(sequence);