diff options
author | Jacek Antonelli | 2009-06-13 13:17:14 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-06-13 13:17:20 -0500 |
commit | 0517fe4322443bdc317f8185590a63134e3f8394 (patch) | |
tree | 942c9c26d0792accc928010a113d123c5409659b /linden/indra/newview/llsky.cpp | |
parent | Second Life viewer sources 1.23.2-RC (diff) | |
download | meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.zip meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.tar.gz meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.tar.bz2 meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.tar.xz |
Second Life viewer sources 1.23.3-RC
Diffstat (limited to 'linden/indra/newview/llsky.cpp')
-rw-r--r-- | linden/indra/newview/llsky.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/linden/indra/newview/llsky.cpp b/linden/indra/newview/llsky.cpp index b779aa0..ac7e865 100644 --- a/linden/indra/newview/llsky.cpp +++ b/linden/indra/newview/llsky.cpp | |||
@@ -422,20 +422,6 @@ void LLSky::updateFog(const F32 distance) | |||
422 | 422 | ||
423 | void LLSky::updateCull() | 423 | void LLSky::updateCull() |
424 | { | 424 | { |
425 | /*if (mVOSkyp.notNull() && mVOSkyp->mDrawable.notNull()) | ||
426 | { | ||
427 | gPipeline.markVisible(mVOSkyp->mDrawable); | ||
428 | } | ||
429 | else | ||
430 | { | ||
431 | llinfos << "No sky drawable!" << llendl; | ||
432 | }*/ | ||
433 | |||
434 | /*if (mVOGroundp.notNull() && mVOGroundp->mDrawable.notNull()) | ||
435 | { | ||
436 | gPipeline.markVisible(mVOGroundp->mDrawable); | ||
437 | }*/ | ||
438 | |||
439 | // *TODO: do culling for wl sky properly -Brad | 425 | // *TODO: do culling for wl sky properly -Brad |
440 | } | 426 | } |
441 | 427 | ||