mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
File wants to be committed
This commit is contained in:
@@ -3313,7 +3313,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
texcolor.B = Util.Clip((float)color.Z, 0.0f, 1.0f);
|
||||
tex.FaceTextures[face].RGBA = texcolor;
|
||||
UpdateTexture(tex);
|
||||
TriggerScriptChangedEvent(Changed.COLOR);
|
||||
TriggerScriptChangedEvent(Changed.COLOR);
|
||||
return;
|
||||
}
|
||||
else if (face == ALL_SIDES)
|
||||
@@ -3335,7 +3335,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
tex.DefaultTexture.RGBA = texcolor;
|
||||
}
|
||||
UpdateTexture(tex);
|
||||
TriggerScriptChangedEvent(Changed.COLOR);
|
||||
TriggerScriptChangedEvent(Changed.COLOR);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user