Merge "Handle RS reflection name changes."

This commit is contained in:
Stephen Hines 2010-09-17 13:55:28 -07:00 committed by Android (Google) Code Review
commit 565febedde
1 changed files with 2 additions and 2 deletions

View File

@ -922,7 +922,7 @@ public class AllApps3D extends RSSurfaceView
private int mHeight;
private Resources mRes;
ScriptC_Allapps mScript;
ScriptC_allapps mScript;
private Mesh mMesh;
private ProgramVertex.MatrixAllocation mPVA;
@ -974,7 +974,7 @@ public class AllApps3D extends RSSurfaceView
mRes = res;
mWidth = width;
mHeight = height;
mScript = new ScriptC_Allapps(sRS, mRes, R.raw.allapps, true);
mScript = new ScriptC_allapps(sRS, mRes, R.raw.allapps, true);
initProgramVertex();
initProgramFragment();