We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6baa854 commit ae2880bCopy full SHA for ae2880b
Assets/__Scripts/MapEditor/Grid/Collections/BeatmapObjectContainerCollection.cs
@@ -392,6 +392,13 @@ public static void RefreshFutureObjectsPosition(float jsonTime)
392
obj.RecomputeSongBpmTime();
393
}
394
395
+ else if (collection is ObstacleGridContainer)
396
+ {
397
+ if ((obj as BaseObstacle).Duration + obj.JsonTime > jsonTime)
398
399
+ obj.RecomputeSongBpmTime();
400
+ }
401
402
403
foreach (var container in collection.LoadedContainers)
404
{
0 commit comments