coreplex: fix typo (#1104)
This commit is contained in:
parent
35d377d122
commit
a061b16ee3
@ -248,7 +248,7 @@ class WithSynchronousRocketTiles extends Config((site, here, up) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
class WithAynchronousRocketTiles(depth: Int, sync: Int) extends Config((site, here, up) => {
|
class WithAsynchronousRocketTiles(depth: Int, sync: Int) extends Config((site, here, up) => {
|
||||||
case RocketCrossingKey => up(RocketCrossingKey, site) map { r =>
|
case RocketCrossingKey => up(RocketCrossingKey, site) map { r =>
|
||||||
r.copy(crossingType = AsynchronousCrossing(depth, sync))
|
r.copy(crossingType = AsynchronousCrossing(depth, sync))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user