1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 02:07:57 +00:00

hemisphere in spherical

This commit is contained in:
Zeno Rogue
2023-08-15 14:21:19 +02:00
parent b018582f44
commit e22c34b343
2 changed files with 65 additions and 45 deletions

View File

@@ -2445,6 +2445,11 @@ EX void draw_main() {
ptd->draw();
}
for(auto& ptd: ptds) if(ptd->prio == PPR::OUTCIRCLE) {
auto c = dynamic_cast<dqi_poly*> (&*ptd);
if(c) { c->color = 0; c->outline = 0; }
}
hemi_side *= -1;
draw_main();
hemi_side = 0;