Skip to content

Commit

Permalink
Stop forcing alpha on for structure bases.
Browse files Browse the repository at this point in the history
  • Loading branch information
perim committed Feb 16, 2018
1 parent ea68067 commit 32568eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display3d.cpp
Expand Up @@ -2295,7 +2295,7 @@ void renderStructure(STRUCTURE *psStructure, const glm::mat4 &viewMatrix)
}
else
{
pieFlag = pie_TRANSLUCENT | pie_FORCE_FOG | ecmFlag;
pieFlag = pie_FORCE_FOG | ecmFlag;
pieFlagData = 255;
}
pie_Draw3DShape(psStructure->pStructureType->pBaseIMD, 0, colour, buildingBrightness, pieFlag, pieFlagData,
Expand Down

0 comments on commit 32568eb

Please sign in to comment.