mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-07 22:09:43 +00:00
fixes to projection streamlining
This commit is contained in:
@@ -273,6 +273,7 @@ void applymodel(hyperpoint H, hyperpoint& ret) {
|
||||
}
|
||||
|
||||
case mdUnchanged:
|
||||
case mdText:
|
||||
ret = H / current_display->radius;
|
||||
return;
|
||||
|
||||
@@ -654,7 +655,7 @@ void applymodel(hyperpoint H, hyperpoint& ret) {
|
||||
}
|
||||
}
|
||||
|
||||
case mdGUARD: case mdRug: case mdText: break;
|
||||
case mdGUARD: case mdRug: break;
|
||||
}
|
||||
|
||||
ghcheck(ret,H_orig);
|
||||
|
||||
Reference in New Issue
Block a user