Removed commented logs

This commit is contained in:
Richard Davey 2019-04-08 10:19:22 +01:00
parent 77fa68721e
commit 73dc7899b9

View file

@ -73,12 +73,6 @@ var SpriteSheetFromAtlas = function (texture, frame, config)
var bottomHeight = frameHeight - ((sheetHeight - cutHeight) - topPad); 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) if (startFrame > total || startFrame < -total)
{ {
startFrame = 0; startFrame = 0;