mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:13:34 +08:00
Merge pull request #28465 from smoogipoo/hitobject-drawvis-display
Use more descriptive HitObject names for debugger displays
This commit is contained in:
commit
b61a705f64
@ -12,6 +12,7 @@ using JetBrains.Annotations;
|
||||
using Newtonsoft.Json;
|
||||
using osu.Framework.Bindables;
|
||||
using osu.Framework.Extensions.ListExtensions;
|
||||
using osu.Framework.Extensions.TypeExtensions;
|
||||
using osu.Framework.Lists;
|
||||
using osu.Game.Audio;
|
||||
using osu.Game.Beatmaps;
|
||||
@ -228,6 +229,8 @@ namespace osu.Game.Rulesets.Objects
|
||||
|
||||
return new HitSampleInfo(sampleName);
|
||||
}
|
||||
|
||||
public override string ToString() => $"{GetType().ReadableName()} @ {StartTime}";
|
||||
}
|
||||
|
||||
public static class HitObjectExtensions
|
||||
|
Loading…
Reference in New Issue
Block a user