mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 23:20:59 +00:00
Removed commented logs
This commit is contained in:
parent
77fa68721e
commit
73dc7899b9
1 changed files with 0 additions and 6 deletions
|
@ -73,12 +73,6 @@ var SpriteSheetFromAtlas = function (texture, frame, config)
|
|||
|
||||
var bottomHeight = frameHeight - ((sheetHeight - cutHeight) - topPad);
|
||||
|
||||
// console.log('x / y', x, y);
|
||||
// console.log('cutW / H', cutWidth, cutHeight);
|
||||
// console.log('sheetW / H', sheetWidth, sheetHeight);
|
||||
// console.log('row', row, 'column', column, 'total', total);
|
||||
// console.log('LW', leftWidth, 'RW', rightWidth, 'TH', topHeight, 'BH', bottomHeight);
|
||||
|
||||
if (startFrame > total || startFrame < -total)
|
||||
{
|
||||
startFrame = 0;
|
||||
|
|
Loading…
Reference in a new issue