Merge remote-tracking branch 'refs/remotes/origin/develop'
This commit is contained in:
commit
94c66488ee
@ -112,8 +112,8 @@ extension VDS.TileContainer.Padding: Codable {
|
|||||||
do {
|
do {
|
||||||
let type = try container.decode(String.self)
|
let type = try container.decode(String.self)
|
||||||
switch type {
|
switch type {
|
||||||
case "padding2X":
|
case "padding3X":
|
||||||
self = .padding2X
|
self = .padding3X
|
||||||
case "padding4X":
|
case "padding4X":
|
||||||
self = .padding4X
|
self = .padding4X
|
||||||
case "padding6X":
|
case "padding6X":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user