Add extensive commenting about LegacyLastTick usage

This commit is contained in:
Dean Herbert
2019-03-08 20:12:48 +09:00
parent dd50c5dc1a
commit 165a353a83
3 changed files with 10 additions and 2 deletions

View File

@ -81,6 +81,8 @@ namespace osu.Game.Rulesets.Catch.Objects
}
}
// this also includes LegacyLastTick and this is used for TinyDroplet generation above.
// this means that the final segment of TinyDroplets are increasingly mistimed where LegacyLastTickOffset is being applied.
lastEvent = e;
switch (e.Type)