mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-17 11:30:09 +00:00
Silence an unused-lambda-capture warning.
This commit is contained in:
parent
cef94da632
commit
f56e0fe2e3
@ -380,7 +380,7 @@ void connection_debugger() {
|
|||||||
string cap = its(k) + primes(last.second) + " -> " + its(get<0>(con)) + primes(get<1>(con)) + (get<2>(con) ? " (m) " : "");
|
string cap = its(k) + primes(last.second) + " -> " + its(get<0>(con)) + primes(get<1>(con)) + (get<2>(con) ? " (m) " : "");
|
||||||
dialog::addSelItem(cap, "go", '0' + k);
|
dialog::addSelItem(cap, "go", '0' + k);
|
||||||
|
|
||||||
dialog::add_action([k, last, &sh, con] {
|
dialog::add_action([k, last, con] {
|
||||||
debug_polys.emplace_back(last.first * get_adj(debugged, last.second, k, -1), get<0>(con));
|
debug_polys.emplace_back(last.first * get_adj(debugged, last.second, k, -1), get<0>(con));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user