mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 06:50:27 +00:00
fixed dice too large
This commit is contained in:
parent
fe73d29c43
commit
2a4c7bd565
@ -1225,6 +1225,8 @@ EX namespace dice {
|
||||
if(dw->faces == 8) dieradius /= 1.15;
|
||||
if(dw->faces == 12) dieradius /= 1.15;
|
||||
|
||||
if(hyperbolic) dieradius /= 1.3;
|
||||
|
||||
ld base_to_base;
|
||||
|
||||
bool osphere = sphere && GDIM == 2;
|
||||
|
Loading…
Reference in New Issue
Block a user