remove the pointless check of the face texture struct against null in Bot.Objects_NewPrim()
parent
e4bdf1e78f
commit
69a4057135
|
@ -449,10 +449,8 @@ namespace pCampBot
|
|||
{
|
||||
UUID textureID = prim.Textures.FaceTextures[i].TextureID;
|
||||
|
||||
if (textureID != null && textureID != UUID.Zero)
|
||||
{
|
||||
if (textureID != UUID.Zero)
|
||||
GetTexture(textureID);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue