mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-12-23 16:50:18 +01:00
Made mttilemapper compile again.
This commit is contained in:
parent
fea2286237
commit
540836b174
@ -123,7 +123,7 @@ func main() {
|
|||||||
c1.Y = q1y
|
c1.Y = q1y
|
||||||
}
|
}
|
||||||
cuboid := common.Cuboid{P1: common.MinCoord(c1, c2), P2: common.MaxCoord(c1, c2)}
|
cuboid := common.Cuboid{P1: common.MinCoord(c1, c2), P2: common.MaxCoord(c1, c2)}
|
||||||
if err = client.QueryCuboid(cuboid, drawBlock); err != nil {
|
if _, err = client.QueryCuboid(cuboid, drawBlock); err != nil {
|
||||||
log.Fatalf("query failed: %s", err)
|
log.Fatalf("query failed: %s", err)
|
||||||
}
|
}
|
||||||
if err = yOrder.Drain(colors); err != nil {
|
if err = yOrder.Drain(colors); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user