X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpipelinepass.cpp;h=2b0b43957bfb677334be1e98f13b5f8092d822ad;hb=7b956c7f992e37dddd279df0382c2fb94864cb73;hp=e49db7e2b50f99bc5ac326f322c1ffd4024d2d04;hpb=e17243fb2421977cb781361828b77718e2cf8d48;p=libs%2Fgl.git diff --git a/source/pipelinepass.cpp b/source/pipelinepass.cpp index e49db7e2..2b0b4395 100644 --- a/source/pipelinepass.cpp +++ b/source/pipelinepass.cpp @@ -1,17 +1,12 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "pipelinepass.h" namespace Msp { namespace GL { PipelinePass::PipelinePass(): - lighting(0) + lighting(0), + depth_test(0), + blend(0) { } } // namespace GL