1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 22:12:59 +00:00

shift-awareness in rogueviz

This commit is contained in:
Zeno Rogue
2020-07-29 23:34:00 +02:00
parent e99251e70c
commit 9d0a252d14
18 changed files with 109 additions and 105 deletions

View File

@@ -214,7 +214,7 @@ void reset() {
ir = nullptr;
}
bool draw_ptriangle(cell *c, const transmatrix& V) {
bool draw_ptriangle(cell *c, const shiftmatrix& V) {
if(!on) return false;