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

Fix dodgy hover handling in DrawVisualiser #1030

Merged
merged 1 commit into from
Sep 11, 2017

Conversation

smoogipoo
Copy link
Contributor

Basically making it be useful again.

@peppy peppy merged commit 7dd0c6a into ppy:master Sep 11, 2017
if (targetSearching)
overlay.Target = findTarget(state);

overlay.Target = targetSearching ? findTarget(state) : inputManager.HoveredDrawables.OfType<VisualisedDrawable>().FirstOrDefault()?.Target;

This comment was marked as off-topic.

@smoogipoo smoogipoo deleted the make-drawvisualiser-work-again branch February 22, 2018 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants