diff options
| author | 2010-10-14 17:52:31 -0700 | |
|---|---|---|
| committer | 2010-10-14 17:52:31 -0700 | |
| commit | c900a79b95e357b0746b1816e3c68bbd3ed9ea78 (patch) | |
| tree | 7ad682c1939d718cd919a3f6076b2e1e9a7f0537 /libs/rs/rsScriptC.cpp | |
| parent | 9ba608331e0f8444c8397cffa930ca20c60f1a7a (diff) | |
| parent | 3b9c52ab8c1ab240d2299358d01a8efbe392d111 (diff) | |
Merge "Async type creation."
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
| -rw-r--r-- | libs/rs/rsScriptC.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index e60255a2b2f1..a2910d7e75d1 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp @@ -529,8 +529,6 @@ RsScript rsi_ScriptCCreate(Context * rsc) ss->runCompiler(rsc, s.get()); s->incUserRef(); - s->setContext(rsc); - ss->clear(rsc); return s.get(); } |