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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user