diff options
| author | Jason Sams <rjsams@android.com> | 2009-08-27 20:23:34 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-08-27 20:23:34 -0700 |
| commit | 9397e30ce5fe3f6af9212a93b490836b04fdfffa (patch) | |
| tree | 2fb69188c1c0f34d02f73f698f67d68cdcaa808c /rsSampler.cpp | |
| parent | 306fb23e57c4a389eaf3159b9701a64cb56e284e (diff) | |
Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh which replaces TriangleMesh. Update Film to use new builder.
Diffstat (limited to 'rsSampler.cpp')
| -rw-r--r-- | rsSampler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsSampler.cpp b/rsSampler.cpp index 332d532d..3f56faa7 100644 --- a/rsSampler.cpp +++ b/rsSampler.cpp @@ -143,7 +143,7 @@ RsSampler rsi_SamplerCreate(Context *rsc) ss->mWrapS, ss->mWrapT, ss->mWrapR); - s->incRef(); + s->incUserRef(); return s; } |
