From adf4a25b38c98edd75f290a639d180f4a577c1af Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 12 Sep 2020 12:42:08 +0200 Subject: [PATCH] ... --- source/build/src/mdsprite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/build/src/mdsprite.cpp b/source/build/src/mdsprite.cpp index ea54aa46f..17bcde053 100644 --- a/source/build/src/mdsprite.cpp +++ b/source/build/src/mdsprite.cpp @@ -1376,7 +1376,7 @@ static int32_t polymost_md3draw(md3model_t *m, tspriteptr_t tspr) // PLAG : default cutoff removed GLInterface.EnableBlend(true); GLInterface.EnableAlphaTest(true); - GLInterface.SetAlphaThreshold(TileFiles.tiledata[globalpicnum].alphaThreshold); + GLInterface.SetAlphaThreshold(TileFiles.tiledata[globalpicnum].texture->alphaThreshold); } else {