mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
removed comment
This commit is contained in:
parent
777fbe6d83
commit
0c8a712935
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue