diff options
Diffstat (limited to 'libs/rs/rsComponent.cpp')
-rw-r--r-- | libs/rs/rsComponent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsComponent.cpp b/libs/rs/rsComponent.cpp index b88710c8d448..4a043f3b714d 100644 --- a/libs/rs/rsComponent.cpp +++ b/libs/rs/rsComponent.cpp @@ -24,7 +24,7 @@ using namespace android::renderscript; Component::Component() { mType = FLOAT; - mKind = NONE; + mKind = USER; mIsNormalized = false; mBits = 0; } |