mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
bringris:: do not save hr::geometry as it is buggy
This commit is contained in:
parent
c0637bc1a2
commit
f7fdb6fa1b
@ -1195,7 +1195,10 @@ void settings_menu() {
|
|||||||
|
|
||||||
#if CAP_FILES
|
#if CAP_FILES
|
||||||
dialog::addItem("save the current config", 's');
|
dialog::addItem("save the current config", 's');
|
||||||
dialog::add_action(saveConfig);
|
dialog::add_action([] {
|
||||||
|
dynamicval<eGeometry> g(geometry, gNormal);
|
||||||
|
saveConfig();
|
||||||
|
});
|
||||||
#endif
|
#endif
|
||||||
dialog::display();
|
dialog::display();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user