diff options
author | 2009-08-20 16:10:36 -0700 | |
---|---|---|
committer | 2009-08-20 16:11:03 -0700 | |
commit | 25ffcdc9d7e32c9c1eeb2b48cc2f17d1353e9fae (patch) | |
tree | 37bac4daba3c96307217faea840754cdbd9d5cba /libs/rs/rsComponent.cpp | |
parent | ac81c42971ddcd0726c4f2050fd82942914d0e1c (diff) |
Point Sprites
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; } |