[uphone] fixed #348, text drawing blur if color=white and fontSize<24

This commit is contained in:
walzer 2011-02-12 22:42:42 +08:00
parent 8fcb9d017c
commit 626a3f8b74
2 changed files with 632 additions and 632 deletions

View File

@ -92,7 +92,7 @@ namespace cocos2d {
Coord nMemWndW = (width >= nCurrentWidth) ? width : nCurrentWidth;
Coord nMemWndH = (height >= nCurrentHeight) ? height : nCurrentHeight;
CCX_BREAK_IF(s_pMemWnd->CreateMemWindow(nMemWndW, nMemWndH,screenTransparentFormat));
CCX_BREAK_IF(s_pMemWnd->CreateMemWindow(nMemWndW, nMemWndH,screenAlphaFormat));
delete s_pMemWnd;
s_pMemWnd = NULL;
} while (0);

File diff suppressed because it is too large Load Diff