mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-09 04:42:49 +00:00
C++11 fix
This commit is contained in:
parent
6df66eebb7
commit
ee788c8822
@ -1453,7 +1453,7 @@ EX void check_cgi() {
|
||||
|
||||
EX void propagate_scale_change() {
|
||||
|
||||
auto affect = [] (auto& alt_cgip, const auto& switcher) {
|
||||
auto affect = [] (geometry_information*& alt_cgip, const auto& switcher) {
|
||||
auto gi = alt_cgip;
|
||||
bool changed = false;
|
||||
switcher([&] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user