mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-19 14:30:29 -04:00
add keyboard controls + roll support to fly cam (#705)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user