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 /rsSampler.cpp | |
| parent | 9526cb155ef9b19c85f132e6921156f7a00c3f54 (diff) | |
Point Sprites
Diffstat (limited to 'rsSampler.cpp')
| -rw-r--r-- | rsSampler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rsSampler.cpp b/rsSampler.cpp index c14c3717..332d532d 100644 --- a/rsSampler.cpp +++ b/rsSampler.cpp @@ -143,6 +143,7 @@ RsSampler rsi_SamplerCreate(Context *rsc) ss->mWrapS, ss->mWrapT, ss->mWrapR); + s->incRef(); return s; } |
