commit | 25ffcdc9d7e32c9c1eeb2b48cc2f17d1353e9fae | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Thu Aug 20 16:10:36 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Thu Aug 20 16:11:03 2009 -0700 |
tree | 37bac4daba3c96307217faea840754cdbd9d5cba | |
parent | ac81c42971ddcd0726c4f2050fd82942914d0e1c [diff] [blame] |
Point Sprites
diff --git a/libs/rs/rsSampler.cpp b/libs/rs/rsSampler.cpp index c14c371..332d532 100644 --- a/libs/rs/rsSampler.cpp +++ b/libs/rs/rsSampler.cpp
@@ -143,6 +143,7 @@ ss->mWrapS, ss->mWrapT, ss->mWrapR); + s->incRef(); return s; }