mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Formatting cleanup.
This commit is contained in:
@@ -379,7 +379,7 @@ namespace pCampBot
|
||||
{
|
||||
client.Assets.RequestImage(prim.Textures.DefaultTexture.TextureID, ImageType.Normal);
|
||||
}
|
||||
for (int i = 0; i < prim.Textures.FaceTextures.Length; i++ )
|
||||
for (int i = 0; i < prim.Textures.FaceTextures.Length; i++)
|
||||
{
|
||||
if (prim.Textures.FaceTextures[i] != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user