Skip to content

Commit e8fe850

Browse files
authored
Update StaticTilemapLayerCanvasRenderer.js
1 parent 7122ea0 commit e8fe850

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tilemaps/staticlayer/StaticTilemapLayerCanvasRenderer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
var StaticTilemapLayerCanvasRenderer = function (renderer, src, interpolationPercentage, camera, parentMatrix)
2323
{
2424
src.cull(camera);
25+
2526
var renderTiles = src.culledTiles;
2627
var tileCount = renderTiles.length;
2728

0 commit comments

Comments
 (0)