why did I change that

This commit is contained in:
SamGondelman 2016-08-02 10:52:51 -07:00
parent 3d08502080
commit ad5dec829c

View file

@ -456,7 +456,7 @@ ShapeKey ModelMeshPartPayload::getShapeKey() const {
}
ShapeKey::Builder builder;
if (isTranslucent || calculateFadeRatio() < 0.9f) {
if (isTranslucent || calculateFadeRatio() < 1.0f) {
builder.withTranslucent();
}
if (hasTangents) {