Fix indenting on ConsoleDisplayTable, align indenting on "show animations" console command

This commit is contained in:
Justin Clark-Casey (justincc)
2013-01-02 22:37:50 +00:00
parent 2db1f22b89
commit 8f31649fad
2 changed files with 4 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Animations
{
sb.AppendFormat("Animations for {0}\n", sp.Name);
ConsoleDisplayList cdl = new ConsoleDisplayList();
ConsoleDisplayList cdl = new ConsoleDisplayList() { Indent = 2 };
ScenePresenceAnimator spa = sp.Animator;
AnimationSet anims = sp.Animator.Animations;