add keyboard controls + roll support to fly cam (#705)

This commit is contained in:
Howard Luck
2026-05-07 23:04:29 -06:00
committed by GitHub
parent 9c24a0bc4b
commit 6cfdc3d8a3
5 changed files with 86 additions and 15 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ int dMeter2_c::_execute() {
int dMeter2_c::_draw() {
#if TARGET_PC
if (dusk::getSettings().game.disableMainHUD) {
if (dusk::getSettings().game.disableMainHUD || dusk::getSettings().game.debugFlyCam) {
return 1;
}
#endif