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 HUD Event Disabling #520

Merged
merged 1 commit into from
Nov 5, 2015

Conversation

BrettASwift
Copy link
Contributor

@kadst43 @AmbientOSX

So, remember how I said I didn't remember disabling the camera when the HUD was disabled? Well, I was right, sort of. I accidentally referenced the type variable out of scope in the code that I changed here, which caused the else condition to fail. What it should do, and what it now does, is when the HUD is disabled, it uses the default event of the game canvas, which is navigation.

This is just one of those things that broke quietly and because it resulted in a change we thought we wanted, it never drew any attention. A happy/unhappy coincidence.

Just to be perfectly clear, this change re-enables the camera movement during mission VO.

@kadst43
Copy link
Contributor

kadst43 commented Nov 4, 2015

👍

BrettASwift added a commit that referenced this pull request Nov 5, 2015
@BrettASwift BrettASwift merged commit d0fda58 into branch/mars-game-development Nov 5, 2015
@BrettASwift BrettASwift deleted the branch/mg-hud-fix branch November 5, 2015 17:05
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.

None yet

2 participants