From cfb2f7381307b9a0401ea09236d71fd6bec7aa58 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Wed, 21 Sep 2016 23:00:20 +0100 Subject: [PATCH] Removed un-used property. --- src/animation/Frame.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/animation/Frame.js b/src/animation/Frame.js index 48d184f9d..bf96743da 100644 --- a/src/animation/Frame.js +++ b/src/animation/Frame.js @@ -69,12 +69,6 @@ Phaser.Frame = function (index, x, y, width, height, name) { */ this.rotated = false; - /** - * @property {string} rotationDirection - Either 'cw' or 'ccw', rotation is always 90 degrees. - * @default 'cw' - */ - this.rotationDirection = 'cw'; - /** * @property {boolean} trimmed - Was it trimmed when packed? * @default