mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
and worng alpha value on inv prim check
This commit is contained in:
@@ -552,11 +552,10 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap
|
||||
|
||||
Color4 faceColor = teFace.RGBA;
|
||||
if (faceColor.A == 0)
|
||||
{
|
||||
if(InvPrimMagicTexture.Equals(teFace.TextureID))
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (faceColor.A == 1.0f && InvPrimMagicTexture.Equals(teFace.TextureID))
|
||||
break;
|
||||
|
||||
warp_Material faceMaterial;
|
||||
if (m_texturePrims)
|
||||
|
||||
Reference in New Issue
Block a user