one more warning

This commit is contained in:
SamGondelman 2016-08-04 14:31:44 -07:00
parent b6e73e06a2
commit 3107d63ad8

View file

@ -211,7 +211,6 @@ void RenderableWebEntityItem::render(RenderArgs* args) {
}
float fadeRatio = Interpolate::calculateFadeRatio(_fadeStartTime);
bool transparent = fadeRatio < 1.0f;
batch._glColor4f(1.0f, 1.0f, 1.0f, fadeRatio);
DependencyManager::get<GeometryCache>()->bindSimpleSRGBTexturedUnlitNoTexAlphaProgram(batch);