Fixed scaling issues with non-power-of-two ui textures
This commit is contained in:
@@ -654,9 +654,8 @@ bool LLAppViewer::init()
|
||||
&gColors,
|
||||
LLUIImageList::getInstance(),
|
||||
ui_audio_callback,
|
||||
&LLUI::sGLScaleFactor,
|
||||
std::string(),
|
||||
LLViewerFetchedTexture::BOOST_ICON);
|
||||
&LLUI::sGLScaleFactor
|
||||
);
|
||||
LLWeb::initClass(); // do this after LLUI
|
||||
|
||||
LLTextEditor::setURLCallbacks(&LLWeb::loadURL,
|
||||
|
||||
Reference in New Issue
Block a user