diff options
| author | 2009-08-20 16:53:25 -0700 | |
|---|---|---|
| committer | 2009-08-20 16:53:25 -0700 | |
| commit | d57ca2deff2a3d7e346043d39d9245a578b691a2 (patch) | |
| tree | a8eabf11ce26469fa34b560f9894c7a2dc413899 /libs/rs/rsComponent.cpp | |
| parent | 4e297203ec2f44dcce58bbe4c3600a08f8a322ea (diff) | |
| parent | 25ffcdc9d7e32c9c1eeb2b48cc2f17d1353e9fae (diff) | |
Merge change 22163 into eclair
* changes:
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; } |