Xengine: forgot to do the indent on map too

This commit is contained in:
UbitUmarov
2016-08-31 10:25:19 +01:00
parent 3db81d87d6
commit eca0ebab9d

View File

@@ -1138,7 +1138,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
private void Indent(StringBuilder sb)
{
for (int i = 0; i < m_braceCount; i++)
{
sb.Append(" ");
m_CSharpCol += 4;
}
}
/// <summary>