diff options
Diffstat (limited to 'libs/rs/rsScript.h')
-rw-r--r-- | libs/rs/rsScript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsScript.h b/libs/rs/rsScript.h index abb55b8faa4c..976ae78fb23e 100644 --- a/libs/rs/rsScript.h +++ b/libs/rs/rsScript.h @@ -85,6 +85,7 @@ public: virtual void setupScript(Context *rsc) = 0; virtual uint32_t run(Context *) = 0; protected: + bool mInitialized; ObjectBaseRef<Allocation> *mSlots; ObjectBaseRef<const Type> *mTypes; |