Xengine: forgot to do the indent on map too

LSLKeyTest
UbitUmarov 2016-08-31 10:25:19 +01:00
parent 3db81d87d6
commit eca0ebab9d
1 changed files with 3 additions and 0 deletions

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>