diff options
| author | Jason Sams <rjsams@android.com> | 2009-08-20 16:10:36 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-08-20 16:11:03 -0700 |
| commit | e0158410a2fedef43f5a2848c28393ad611e8cad (patch) | |
| tree | d80cc0175a9c6f455c2b8c79d9c158f8193e81d7 /rsComponent.cpp | |
| parent | 9526cb155ef9b19c85f132e6921156f7a00c3f54 (diff) | |
| download | android_frameworks_rs-e0158410a2fedef43f5a2848c28393ad611e8cad.tar.gz android_frameworks_rs-e0158410a2fedef43f5a2848c28393ad611e8cad.tar.bz2 android_frameworks_rs-e0158410a2fedef43f5a2848c28393ad611e8cad.zip | |
Point Sprites
Diffstat (limited to 'rsComponent.cpp')
| -rw-r--r-- | rsComponent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsComponent.cpp b/rsComponent.cpp index b88710c8..4a043f3b 100644 --- a/rsComponent.cpp +++ b/rsComponent.cpp @@ -24,7 +24,7 @@ using namespace android::renderscript; Component::Component() { mType = FLOAT; - mKind = NONE; + mKind = USER; mIsNormalized = false; mBits = 0; } |
