mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Allow changes to TextureEntry to propagate to viewers when MaterialID changes
This commit is contained in:
@@ -4571,6 +4571,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
if (oldFace.TextureID != newFace.TextureID)
|
||||
changeFlags |= Changed.TEXTURE;
|
||||
if (oldFace.MaterialID != newFace.MaterialID)
|
||||
changeFlags |= Changed.TEXTURE;
|
||||
|
||||
// Max change, skip the rest of testing
|
||||
if (changeFlags == (Changed.TEXTURE | Changed.COLOR))
|
||||
|
||||
Reference in New Issue
Block a user