Skip to content

Commit

Permalink
revert setting alpha=1 for differences
Browse files Browse the repository at this point in the history
  • Loading branch information
thehans committed Dec 2, 2015
1 parent e3a7fe2 commit 0f42ba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer.cc
Expand Up @@ -74,7 +74,6 @@ void Renderer::setColor(ColorMode colormode, const float color[4], GLint *shader
color[2] >= 0 ? color[2] : basecol[2],
color[3] >= 0 ? color[3] : basecol[3]);
}
if (colormode == COLORMODE_CUTOUT) basecol[3] = 1;
setColor(basecol.data(), shaderinfo);
}
}
Expand Down

0 comments on commit 0f42ba5

Please sign in to comment.