diff options
author | Jeff Ames | 2009-06-10 04:28:56 +0000 |
---|---|---|
committer | Jeff Ames | 2009-06-10 04:28:56 +0000 |
commit | a23d64dec1cbf88abc3c7e84664a683dee534e4a (patch) | |
tree | 7e85403f29839775209481ba7f6ee55aac56f209 /OpenSim/Tools/pCampBot | |
parent | Letting the Flotsam cache be enabled even when [AssetCache] section is missin... (diff) | |
download | opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.zip opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.gz opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.bz2 opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Tools/pCampBot')
-rw-r--r-- | OpenSim/Tools/pCampBot/PhysicsBot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/PhysicsBot.cs b/OpenSim/Tools/pCampBot/PhysicsBot.cs index 76d2441..36a5ef6 100644 --- a/OpenSim/Tools/pCampBot/PhysicsBot.cs +++ b/OpenSim/Tools/pCampBot/PhysicsBot.cs | |||
@@ -379,7 +379,7 @@ namespace pCampBot | |||
379 | { | 379 | { |
380 | client.Assets.RequestImage(prim.Textures.DefaultTexture.TextureID, ImageType.Normal); | 380 | client.Assets.RequestImage(prim.Textures.DefaultTexture.TextureID, ImageType.Normal); |
381 | } | 381 | } |
382 | for (int i = 0; i < prim.Textures.FaceTextures.Length; i++ ) | 382 | for (int i = 0; i < prim.Textures.FaceTextures.Length; i++) |
383 | { | 383 | { |
384 | if (prim.Textures.FaceTextures[i] != null) | 384 | if (prim.Textures.FaceTextures[i] != null) |
385 | { | 385 | { |