mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
one more warning
This commit is contained in:
parent
b6e73e06a2
commit
3107d63ad8
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue