From 5750b6775b75825a62f408febb9618b4aa90b9c9 Mon Sep 17 00:00:00 2001 From: Arne Brutschy Date: Mon, 27 May 2013 00:43:43 +0200 Subject: [PATCH] Fixed sprite image index copy in getRef() --- src/Foundation/SpriteImage.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Foundation/SpriteImage.js b/src/Foundation/SpriteImage.js index ff37a707..3f773d33 100644 --- a/src/Foundation/SpriteImage.js +++ b/src/Foundation/SpriteImage.js @@ -285,6 +285,8 @@ CAAT.Module({ ret.scaleFont= this.scaleFont; + ret.spriteIndex= this.spriteIndex; + return ret; }, /**