mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
ALWAYS_IN for boundaries
This commit is contained in:
parent
f1b6cc0f48
commit
01d6a78ceb
@ -1140,6 +1140,7 @@ void circle_around_center(ld radius, color_t linecol, color_t fillcol, PPR prio)
|
||||
c.flags |= POLY_FORCE_INVERTED;
|
||||
if(pmodel == mdJoukowsky)
|
||||
c.flags |= POLY_FORCE_INVERTED;
|
||||
c.flags |= POLY_ALWAYS_IN;
|
||||
}
|
||||
|
||||
color_t periodcolor = 0x00FF0080;
|
||||
|
Loading…
Reference in New Issue
Block a user