mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50: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
|
||||
dialog::addItem("save the current config", 's');
|
||||
dialog::add_action(saveConfig);
|
||||
dialog::add_action([] {
|
||||
dynamicval<eGeometry> g(geometry, gNormal);
|
||||
saveConfig();
|
||||
});
|
||||
#endif
|
||||
dialog::display();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user