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/rsSampler.cpp | |
| parent | 4e297203ec2f44dcce58bbe4c3600a08f8a322ea (diff) | |
| parent | 25ffcdc9d7e32c9c1eeb2b48cc2f17d1353e9fae (diff) | |
Merge change 22163 into eclair
* changes:
Point Sprites
Diffstat (limited to 'libs/rs/rsSampler.cpp')
| -rw-r--r-- | libs/rs/rsSampler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsSampler.cpp b/libs/rs/rsSampler.cpp index c14c37170ec9..332d532d9a9f 100644 --- a/libs/rs/rsSampler.cpp +++ b/libs/rs/rsSampler.cpp @@ -143,6 +143,7 @@ RsSampler rsi_SamplerCreate(Context *rsc) ss->mWrapS, ss->mWrapT, ss->mWrapR); + s->incRef(); return s; } |