mirror of
https://github.com/ppy/osu
synced 2025-02-01 19:02:00 +00:00
Show placement grid from hitobjects at the current time
This commit is contained in:
parent
31313ec9e1
commit
5dd5a070e0
@ -61,7 +61,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
|||||||
|
|
||||||
if (objects.Count == 0)
|
if (objects.Count == 0)
|
||||||
{
|
{
|
||||||
var lastObject = EditorBeatmap.HitObjects.LastOrDefault(h => h.StartTime < EditorClock.CurrentTime);
|
var lastObject = EditorBeatmap.HitObjects.LastOrDefault(h => h.StartTime <= EditorClock.CurrentTime);
|
||||||
|
|
||||||
if (lastObject == null)
|
if (lastObject == null)
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user