mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
Fix: flux calculation from area-propotional value instead of normal value. (#654)
* bioms shouldn't be masked or the style selection box is useless * fix: misleading comment * Fix: calculating absolute flux from precipitation normal-value. * Fix: River automatic rerender on regeneration. Co-authored-by: Mészáros Gergely <monk@geotronic.hu>
This commit is contained in:
parent
6e522ec1f1
commit
288036c113
4 changed files with 12 additions and 4 deletions
|
|
@ -190,6 +190,12 @@ a {
|
|||
#cults {
|
||||
stroke-linejoin: round;
|
||||
fill-rule: evenodd;
|
||||
}
|
||||
|
||||
#statesBody,
|
||||
#provincesBody,
|
||||
#relig,
|
||||
#cults {
|
||||
mask: url(#land);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue