diff options
author | 2010-05-13 18:30:11 -0700 | |
---|---|---|
committer | 2010-05-13 18:35:01 -0700 | |
commit | 54db59c3594e887a412a24713fc3daa1c2404593 (patch) | |
tree | cd78b514370d0e9b60e3711417395601824e8270 /libs/rs/rsScriptC.cpp | |
parent | f5523645a97643874840e029b4a7e9a4e4220806 (diff) |
Rename ProgramFragmentStore to ProgramStore.
Change-Id: Ia8ad9ac856944838ced38a2f1e8f07387050bdfd
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
-rw-r--r-- | libs/rs/rsScriptC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index 45c305225848..86cda808edaa 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp @@ -183,7 +183,7 @@ void ScriptCState::runCompiler(Context *rsc, ScriptC *s) s->mEnviroment.mFragment.set(rsc->getDefaultProgramFragment()); s->mEnviroment.mVertex.set(rsc->getDefaultProgramVertex()); - s->mEnviroment.mFragmentStore.set(rsc->getDefaultProgramFragmentStore()); + s->mEnviroment.mFragmentStore.set(rsc->getDefaultProgramStore()); s->mEnviroment.mRaster.set(rsc->getDefaultProgramRaster()); if (s->mProgram.mRoot) { |