Made mttilemapper compile again.

This commit is contained in:
Sascha L. Teichmann 2017-02-26 21:22:14 +01:00
parent fea2286237
commit 540836b174
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ func main() {
c1.Y = q1y
}
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)
}
if err = yOrder.Drain(colors); err != nil {