diff options
| author | 2009-08-27 20:23:34 -0700 | |
|---|---|---|
| committer | 2009-08-27 20:23:34 -0700 | |
| commit | 07ae40623737a6060b8a925fd2e6bba76780dcd4 (patch) | |
| tree | 74278403aa4fa761f05ae030abbbd64ff8635b4a /libs/rs/rsLight.cpp | |
| parent | 0409cde3601131caf14c88d132c65d74774bbd79 (diff) | |
Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh which replaces TriangleMesh. Update Film to use new builder.
Diffstat (limited to 'libs/rs/rsLight.cpp')
| -rw-r--r-- | libs/rs/rsLight.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsLight.cpp b/libs/rs/rsLight.cpp index f780e52e59c0..ad06c1f394e0 100644 --- a/libs/rs/rsLight.cpp +++ b/libs/rs/rsLight.cpp @@ -106,7 +106,7 @@ RsLight rsi_LightCreate(Context *rsc) { Light *l = new Light(rsc->mStateLight.mIsLocal, rsc->mStateLight.mIsMono); - l->incRef(); + l->incUserRef(); return l; } |