1
0
mirror of https://bitbucket.org/s_l_teichmann/mtsatellite synced 2025-07-25 03:10:25 +02:00

Made mttilemapper compile again.

This commit is contained in:
Sascha L. Teichmann
2017-02-26 21:22:14 +01:00
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 {