mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Fix indenting on ConsoleDisplayTable, align indenting on "show animations" console command
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user