1
0
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:
Zeno Rogue 2019-02-08 10:04:01 +01:00
parent 2a7dea4788
commit 8a18dd3c1c

View File

@ -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);