mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +00:00
more glitch fix
This commit is contained in:
parent
6f3fcb2694
commit
4ae9156c30
@ -1505,6 +1505,8 @@ void finishshape() {
|
|||||||
|
|
||||||
if(s == 3)
|
if(s == 3)
|
||||||
last->intester = hpxy(.2, .2518);
|
last->intester = hpxy(.2, .2518);
|
||||||
|
// prevent zeros
|
||||||
|
last->intester = rgpushxto0(hpxy(1.4e-8, 1.7e-8)) * last->intester;
|
||||||
|
|
||||||
last->flags &=~ (POLY_BADCENTERIN | POLY_CENTERIN);
|
last->flags &=~ (POLY_BADCENTERIN | POLY_CENTERIN);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user