Skip to content

Commit

Permalink
Refine code (cocos#4527)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylanwanjun authored and jareguo committed May 30, 2019
1 parent 64d5d7f commit e30b3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cocos2d/tilemap/tmx-layer-assembler.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ let _vec3_temp = vec3.create();
let _leftDown = {row:0, col:0};
let _tempUV = {r:0, l:0, t:0, b:0};

let _renderData = null, _ia = null, _fillGrids = 0;
_vfOffset = 0, _moveX = 0, _moveY = 0, _layerMat = null;
let _renderData = null, _ia = null, _fillGrids = 0,
_vfOffset = 0, _moveX = 0, _moveY = 0, _layerMat = null,
_renderer = null, _renderDataList = null, _buffer = null,
_curMaterial = null, _comp = null;

Expand Down

0 comments on commit e30b3fa

Please sign in to comment.