Skip to content

Commit

Permalink
Fix tiled assembler variable def issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pandamicro committed Jan 9, 2019
1 parent 1c9b517 commit 76cafca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cocos2d/core/renderer/webgl/assemblers/sprite/2d/tiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ module.exports = {
},

updateRenderData (sprite) {
let frame = sprite.spriteFrame;

// TODO: Material API design and export from editor could affect the material activation process
// need to update the logic here
sprite._calDynamicAtlas();
Expand Down

0 comments on commit 76cafca

Please sign in to comment.