CID-383
Checker: UNINIT_CTOR Function: LLFloaterHardwareSettings::LLFloaterHardwareSettings(const LLSD &) File: /indra/newview/llfloaterhardwaresettings.cppmaster
parent
50bf40a631
commit
8da9a472b2
|
|
@ -50,7 +50,17 @@
|
|||
#include "llsliderctrl.h"
|
||||
|
||||
LLFloaterHardwareSettings::LLFloaterHardwareSettings(const LLSD& key)
|
||||
: LLFloater(key)
|
||||
: LLFloater(key),
|
||||
|
||||
// these should be set on imminent refresh() call,
|
||||
// but init them anyway
|
||||
mUseVBO(0),
|
||||
mUseAniso(0),
|
||||
mFSAASamples(0),
|
||||
mGamma(0.0),
|
||||
mVideoCardMem(0),
|
||||
mFogRatio(0.0),
|
||||
mProbeHardwareOnStartup(FALSE)
|
||||
{
|
||||
//LLUICtrlFactory::getInstance()->buildFloater(this, "floater_hardware_settings.xml");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue