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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user