| commit | 00237f18a9d31afdca5cca8d621397fbf5b16076 | [log] [tgz] |
|---|---|---|
| author | Jason Sams <rjsams@android.com> | Wed Apr 06 11:44:47 2011 -0700 |
| committer | Jason Sams <rjsams@android.com> | Wed Apr 06 11:44:47 2011 -0700 |
| tree | d472514bd7900c401ac63c059bef42234ad9239f | |
| parent | 721acc495b859c6d884725a4f9b5523583dd11c7 [diff] [blame] |
Cleanup character limits. Change-Id: Icb127248d6e3a0b662ed3b13c9a6646f4f81129a
diff --git a/rsFont.cpp b/rsFont.cpp index cb83435..c30b857 100644 --- a/rsFont.cpp +++ b/rsFont.cpp
@@ -509,7 +509,8 @@ ProgramStore *fontStore = new ProgramStore(mRSC, true, true, true, true, false, false, - RS_BLEND_SRC_SRC_ALPHA, RS_BLEND_DST_ONE_MINUS_SRC_ALPHA, + RS_BLEND_SRC_SRC_ALPHA, + RS_BLEND_DST_ONE_MINUS_SRC_ALPHA, RS_DEPTH_FUNC_ALWAYS); mFontProgramStore.set(fontStore); mFontProgramStore->init();