Commit Graph

5 Commits

Author SHA1 Message Date
Zeno Rogue 1cdf638128 rogueviz;: nilcompass:: fixup 2022-07-12 14:46:31 +02:00
Arthur O'Dwyer 1b8296a1f8 Fix Clang error where lambdas can't capture structured bindings until C++20
./rogueviz/nil-compass.cpp:98:10: error: reference to local binding 'i'
    declared in enclosing function 'rogueviz::nilcompass::draw_compass'
          if(i == _i && is == _is) return col;
             ^
2022-07-05 14:14:53 -04:00
Zeno Rogue 224376e234 rogueviz:: reset compass 2022-06-23 09:44:15 +02:00
Zeno Rogue da21b1cb00 rogueviz:: Impossibility presentation updated 2022-05-09 14:47:06 +02:00
Zeno Rogue ae503cf322 rv:: missing nil-compass 2022-05-01 21:09:06 +02:00