mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 15:20:27 +00:00
formula works in spherical geometry
This commit is contained in:
parent
2a7dea4788
commit
8a18dd3c1c
@ -1528,6 +1528,7 @@ bool do_draw(cell *c) {
|
||||
}
|
||||
|
||||
bool do_draw(cell *c, const transmatrix& T) {
|
||||
if(just_gmatrix && sphere) return true;
|
||||
if(!do_draw(c)) return false;
|
||||
if(euclid && pmodel == mdSpiral) {
|
||||
hyperpoint h = tC0(T);
|
||||
|
Loading…
Reference in New Issue
Block a user