Fix but processing raster state pragma.

rename stateFragmentStore to stateStore
This commit is contained in:
Jason Sams
2009-09-28 18:12:56 -07:00
parent 3c0dfbab80
commit 5235cf3f41
10 changed files with 51 additions and 16 deletions

View File

@@ -66,8 +66,8 @@ class BaseObj {
mRS = null;
mID = 0;
mDestroyed = true;
Log.v(RenderScript.LOG_TAG,
getClass() + " auto finalizing object without having released the RS reference.");
//Log.v(RenderScript.LOG_TAG, getClass() +
// " auto finalizing object without having released the RS reference.");
}
super.finalize();
}