mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Formatting cleanup.
This commit is contained in:
@@ -194,7 +194,7 @@ namespace OpenSim.GridLaunch.GUI.WinForm
|
||||
cblStartupComponents.Items.AddRange(arr);
|
||||
|
||||
// Now correct all check states
|
||||
for (int i = 0; i < cblStartupComponents.Items.Count; i++ )
|
||||
for (int i = 0; i < cblStartupComponents.Items.Count; i++)
|
||||
{
|
||||
string _name = cblStartupComponents.Items[i] as string;
|
||||
bool _checked = Program.Settings.Components[_name];
|
||||
|
||||
@@ -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