resetBackBuffer should hide the backBufferTile as pat of resetting it.

Patch from ksgeograf, r=me,pagameba. 


git-svn-id: http://svn.openlayers.org/trunk/openlayers@8827 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2009-02-04 20:55:11 +00:00
parent 6f38974fc3
commit 112debe5f5

View File

@@ -266,6 +266,8 @@ OpenLayers.Tile.Image = OpenLayers.Class(OpenLayers.Tile, {
this.backBufferTile.resolution = this.layer.getResolution();
this.backBufferTile.renderTile();
}
this.backBufferTile.hide();
}
},