mirror of
https://github.com/ppy/osu
synced 2025-01-05 05:39:49 +00:00
Use the new AliveObjects
This commit is contained in:
parent
b968040963
commit
210fd290e5
@ -64,7 +64,7 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
base.Update();
|
||||
|
||||
foreach (var obj in Objects)
|
||||
foreach (var obj in AliveObjects)
|
||||
{
|
||||
var relativePosition = (Time.Current - obj.HitObject.StartTime) / TimeRange;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user