Relinquishes permission to write to a tile. If the caller continues to write to the tile, the results are undefined. Calls to this method should only appear in matching pairs with calls to {@link #getWritableTile(int,int) getWritableTile(int, int)}. Any other leads to undefined results. All registered TileObservers are notified when a tile goes from having one writer to having no writers.
@param tileX the x index of the tile
@param tileY the y index of the tile
Indicates that a writer is done updating a tile. The effects of attempting to release a tile that has not been grabbed, or releasing a tile more than once are undefined.
@param tileX the X index of the tile.
@param tileY the Y index of the tile.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.