tiledMap 的layer层调用 setTileGIDAt(0, x, y),为什么无法直接删除tile?

在调用 setTileGIDAt(0, x, y) 方法之前,先调用 getTiledTileAt(x, y, true) 方法,就可以正常删除tile,为什么呢?