mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 06:16:00 +00:00
3d:: sphere:: fixed sphereflip (and thus noshmup movement)
This commit is contained in:
@@ -379,6 +379,7 @@ transmatrix relative_matrix(heptagon *h2, heptagon *h1) {
|
||||
}
|
||||
|
||||
void draw() {
|
||||
sphereflip = Id;
|
||||
auto m = (hrmap_spherical3*) currentmap;
|
||||
|
||||
for(int i=0; i<120; i++) if(m->cells[i])
|
||||
|
Reference in New Issue
Block a user