mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-27 01:14:52 +00:00
setting eye level now affects vid.tc_camera as it should
This commit is contained in:
parent
03336ecae0
commit
1295ea7920
@ -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)."));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user