removed comment

This commit is contained in:
ericrius1 2015-11-03 15:36:11 -08:00
parent 777fbe6d83
commit 0c8a712935

View file

@ -342,7 +342,6 @@ void RenderableParticleEffectEntityItem::createPipelines() {
bool writeToDepthBuffer = !_additiveBlending;
qDebug() << "ADDITIVE BLENDING" << _additiveBlending;
state->setDepthTest(true, writeToDepthBuffer, gpu::LESS_EQUAL);
state->setBlendFunction(true, gpu::State::SRC_ALPHA, gpu::State::BLEND_OP_ADD,
destinationColorBlendArg, gpu::State::FACTOR_ALPHA,