Set selection tiles dirty when erasing a queued command.
This commit is contained in:
@@ -1717,7 +1717,7 @@ void MarkTileDirtyByTile(TileIndex tile)
|
||||
*
|
||||
* @ingroup dirty
|
||||
*/
|
||||
static void SetSelectionTilesDirty()
|
||||
void SetSelectionTilesDirty()
|
||||
{
|
||||
int x_size = _thd.size.x;
|
||||
int y_size = _thd.size.y;
|
||||
|
||||
Reference in New Issue
Block a user