mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
cosmetics
This commit is contained in:
@@ -5071,7 +5071,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (newTex.FaceTextures[i] != null)
|
||||
newFace = newTex.FaceTextures[i];
|
||||
|
||||
if (oldFace.TextureID != newFace.TextureID)
|
||||
if (oldFace.TextureID.NotEqual(newFace.TextureID))
|
||||
changeFlags |= Changed.TEXTURE;
|
||||
|
||||
Color4 oldRGBA = oldFace.RGBA;
|
||||
|
||||
Reference in New Issue
Block a user