fix flickering of trees (and some other objections) see 5ef1eff3ea for initial changes.

master
vexed 2013-10-05 21:35:22 -04:00
parent 853179f2de
commit e482b58e7f
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ static void pie_Draw3DShape2(iIMDShape *shape, int frame, PIELIGHT colour, PIELI
if ((pieFlag & pie_PREMULTIPLIED) == 0)
{
glEnable(GL_ALPHA_TEST);
glAlphaFunc(GL_GREATER, 0.1f);
glAlphaFunc(GL_GREATER, 0.001f);
}
if (pieFlag & pie_ECM)