commit | 77020c5248ca0921d7d24fb60dec5105ba39026c | [log] [tgz] |
---|---|---|
author | Jason Sams <[email protected]> | Tue Nov 22 12:49:11 2011 -0800 |
committer | Jason Sams <[email protected]> | Tue Nov 22 13:17:18 2011 -0800 |
tree | 79182ae64e155cd49dc18e45de933cca2561b0d2 | |
parent | 791916465b75a6ffcc5e08bb230bf7737a9149d4 [diff] [blame] |
Fix script init error handling. Change-Id: I7ceb0af4dfd12db0274985ff658f678d7af829ff
diff --git a/rsScript.h b/rsScript.h index abb55b8..976ae78 100644 --- a/rsScript.h +++ b/rsScript.h
@@ -85,6 +85,7 @@ virtual void setupScript(Context *rsc) = 0; virtual uint32_t run(Context *) = 0; protected: + bool mInitialized; ObjectBaseRef<Allocation> *mSlots; ObjectBaseRef<const Type> *mTypes;