mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix: routes - remove style on top level
This commit is contained in:
parent
a051698657
commit
b189f25655
1 changed files with 2 additions and 0 deletions
|
|
@ -863,6 +863,8 @@ export function resolveVersionConflicts(version) {
|
||||||
|
|
||||||
if (version < 1.99) {
|
if (version < 1.99) {
|
||||||
// v1.99.00 changed routes generation algorithm and data format
|
// v1.99.00 changed routes generation algorithm and data format
|
||||||
|
routes.attr("display", null).attr("style", null);
|
||||||
|
|
||||||
delete cells.road;
|
delete cells.road;
|
||||||
delete cells.crossroad;
|
delete cells.crossroad;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue