mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
Panini setting resets all shaders, not only raycaster
This commit is contained in:
parent
73cc3c549f
commit
3082b88139
@ -1613,7 +1613,7 @@ EX void add_edit_fov(char key IS('f'), bool pop IS(false)) {
|
||||
"a quick implementation, so parameter values too close to 1 may "
|
||||
"be buggy; try e.g. 0.9 instead.")
|
||||
);
|
||||
dialog::reaction = ray::reset_raycaster;
|
||||
dialog::reaction = reset_all_shaders;
|
||||
dialog::extra_options = [] {
|
||||
add_edit_fov('F', true);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user