LeaPhant / flowabot

Modular Discord bot with fun features including twitch commands and advanced osu! commands. 🌷

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement cursor interpolation for replay rendering

TheOmyNomy opened this issue · comments

Replays that use the "30fps replay system" (before ~March 2014) have noticeable skips in cursor movement. Implementing cursor interpolation between frames would resolve this issue.

Example: rrtyui's HDDT score on https://osu.ppy.sh/beatmapsets/43003#osu/139634.

Added in c6f7f8e. Thanks for the suggestion!