Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Objects in 2B maps still not showing up in some conditions #1

Open
abraker95 opened this issue Mar 3, 2019 · 0 comments
Open

Objects in 2B maps still not showing up in some conditions #1

abraker95 opened this issue Mar 3, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@abraker95
Copy link
Owner

The get_hitobjects_visible_at_time function in beatmap_utility.py isn't perfect. There are certain cases where 2B still causes object to wrongfully disappear.

Breaks on the following condition, where t is any time value:

hitobject_timings = [ (t , 5t), (2t, 3t), (3t, 4t) ]
Condition: t < time < 2t
Returns: [ ]
Expected: [ 0 ]

@abraker95 abraker95 added the bug Something isn't working label Mar 3, 2019
@abraker95 abraker95 changed the title Object in 2B maps still not showing up in some conditions Objects in 2B maps still not showing up in some conditions Mar 3, 2019
@abraker95 abraker95 added this to the Map Visualization milestone Mar 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant