setting eye level now affects vid.tc_camera as it should

This commit is contained in:
Zeno Rogue 2023-02-10 23:37:39 +01:00
parent 03336ecae0
commit 1295ea7920
1 changed files with 1 additions and 1 deletions

View File

@ -2544,7 +2544,7 @@ EX int config3 = addHook(hooks_configfile, 100, [] {
->editable(-5, 5, .1, "eye level", "", 'E')
->set_extra([] {
dialog::dialogflags |= sm::CENTER;
vid.tc_depth = ticks;
vid.tc_camera = ticks;
dialog::addHelp(XLAT("In the FPP mode, the camera will be set at this altitude (before applying shifts)."));