summaryrefslogtreecommitdiff
path: root/rsSampler.cpp
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-08-27 20:23:34 -0700
committerJason Sams <rjsams@android.com>2009-08-27 20:23:34 -0700
commit9397e30ce5fe3f6af9212a93b490836b04fdfffa (patch)
tree2fb69188c1c0f34d02f73f698f67d68cdcaa808c /rsSampler.cpp
parent306fb23e57c4a389eaf3159b9701a64cb56e284e (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.cpp2
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;
}