mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-05 18:02:24 +00:00
formula works in spherical geometry
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user