Fix more type info caching bugs.

Change-Id: I917a1190ec12fe954c9bf51ffd446ef564837e68
This commit is contained in:
Jason Sams
2011-07-07 16:17:36 -07:00
parent 452a7661e8
commit ad37cb26cd

View File

@@ -243,6 +243,7 @@ public class Allocation extends BaseObj {
if(typeID != 0) {
mType = new Type(typeID, mRS);
mType.updateFromNative();
updateCacheInfo(mType);
}
}