virtual-world-framework / vwf

Virtual World Framework
https://virtual.wf
Other
142 stars 53 forks source link

Fix HUD Event Disabling #520

Closed BrettASwift closed 9 years ago

BrettASwift commented 9 years ago

@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 commented 9 years ago

:+1: