1
0
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:
Zeno Rogue 2025-04-26 22:22:10 +02:00
parent 6df66eebb7
commit ee788c8822

View File

@ -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([&] {