mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Formatting cleanup.
This commit is contained in:
@@ -170,7 +170,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
SceneObjectPart sop = GetSOP();
|
||||
IObjectMaterial[] rets = new IObjectMaterial[getNumberOfSides(sop)];
|
||||
|
||||
for (int i = 0; i < rets.Length;i++ )
|
||||
for (int i = 0; i < rets.Length; i++)
|
||||
{
|
||||
rets[i] = new SOPObjectMaterial(i, sop);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user