All submissions to this site are governed by the Second Life Viewer Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.

Review Board 1.6.11

Welcome to the Second Life Viewer Code Review tool.
See the documentation on our wiki for how to use this site.

VWR-24317: Incorrect start up warnings: WARNING: isFeatureAvailable: Feature RenderCubeMap not on feature list!

Review Request #86 - Created Jan. 14, 2011 and submitted

Aleric Inglewood Reviewers
viewer
VWR-24317
None viewer-development
Fixes this warning. Note that LLCubeMap::sUseCubeMaps is set to true by
default, so this patch only has effect when the feature is actually NOT
available.

I tested that LLCubeMap::sUseCubeMaps is NOT used before the point where
it is initialized now.

 
Ship it!
Posted (Jan. 14, 2011, 2:20 p.m.)
I'm assuming that this global is indeed not used before the new initialization point.