From cb9330dfd6fe7d2ca4d50cf5319152602c25ef8f Mon Sep 17 00:00:00 2001 From: Dhilan007 Date: Mon, 27 Jan 2014 13:53:57 +0800 Subject: [PATCH] close #3869:fixed Font::setCurrentGlyphCollection not saved the settings --- cocos/2d/CCFont.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cocos/2d/CCFont.cpp b/cocos/2d/CCFont.cpp index 2f97fe1d76..9951ad92c1 100644 --- a/cocos/2d/CCFont.cpp +++ b/cocos/2d/CCFont.cpp @@ -85,6 +85,7 @@ void Font::setCurrentGlyphCollection(GlyphCollection glyphs, const char *customG break; } + _usedGlyphs = glyphs; } const char * Font::getCurrentGlyphCollection() const