diff --git a/doc/contributions.txt b/doc/contributions.txt
index c67f128f8545429e7b47d8962b56daee36ebcdba..02603f361d03c568d6201732acb55cd9a5467f7d 100755
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -286,6 +286,7 @@ Beq Janus
 	SL-18586
 	SL-18592
 	SL-18637
+	SL-19317
 Beth Walcher
 Bezilon Kasei
 Biancaluce Robbiani
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index 3f15385ba303e22053c92843fdad52ef9e5b5c37..51925b4129d1bd230015a6f8b300fa5718c0fa06 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -5437,7 +5437,7 @@ void LLVolumeGeometryManager::registerFace(LLSpatialGroup* group, LLFace* facep,
 			}
 		}
 		
-		if (type == LLRenderPass::PASS_ALPHA)
+		// if (type == LLRenderPass::PASS_ALPHA) // always populate the draw_info ptr
 		{ //for alpha sorting
 			facep->setDrawInfo(draw_info);
 		}