mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Make juice streams interactive (and correctly positioned)
This commit is contained in:
@ -54,7 +54,7 @@ namespace osu.Game.Rulesets.Catch.Objects
|
||||
var minDistanceFromEnd = Velocity * 0.01;
|
||||
|
||||
// temporary
|
||||
while (tickDistance > 10) tickDistance /= 2;
|
||||
while (tickDistance > 100) tickDistance /= 2;
|
||||
|
||||
for (var repeat = 0; repeat < RepeatCount; repeat++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user