diff options
author | leyla_linden <none@none> | 2011-02-08 15:01:02 -0800 |
---|---|---|
committer | leyla_linden <none@none> | 2011-02-08 15:01:02 -0800 |
commit | b30bf98531b86a422a3b2f6098b351513d15a600 (patch) | |
tree | 6bf9a23cfa0340375c567b8b34f24996224597c7 /indra/newview/pipeline.cpp | |
parent | 9cd092544f6f4183af19132ed68111bd8d31a89f (diff) | |
parent | f2af75d93af24d2cba311d2f083c19d42e94df3d (diff) |
Merge
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rwxr-xr-x | indra/newview/pipeline.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index ca58d8275b..69173d26f4 100755 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -1021,7 +1021,6 @@ S32 LLPipeline::getMaxLightingDetail() const S32 LLPipeline::setLightingDetail(S32 level) { LLMemType mt_ld(LLMemType::MTYPE_PIPELINE_LIGHTING_DETAIL); - assertInitialized(); if (level < 0) { |