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