diff options
Diffstat (limited to 'linden/indra/newview/llnotify.cpp')
-rw-r--r-- | linden/indra/newview/llnotify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llnotify.cpp b/linden/indra/newview/llnotify.cpp index f703736..9c1f7a0 100644 --- a/linden/indra/newview/llnotify.cpp +++ b/linden/indra/newview/llnotify.cpp | |||
@@ -509,7 +509,7 @@ void LLNotifyBox::drawBackground() const | |||
509 | LLUIImagePtr imagep = LLUI::getUIImage("rounded_square.tga"); | 509 | LLUIImagePtr imagep = LLUI::getUIImage("rounded_square.tga"); |
510 | if (imagep) | 510 | if (imagep) |
511 | { | 511 | { |
512 | LLViewerImage::bindTexture(imagep->getImage()); | 512 | gGL.getTexUnit(0)->bind(imagep->getImage()); |
513 | // set proper background color depending on whether notify box is a caution or not | 513 | // set proper background color depending on whether notify box is a caution or not |
514 | LLColor4 color = mIsCaution? gColors.getColor("NotifyCautionBoxColor") : gColors.getColor("NotifyBoxColor"); | 514 | LLColor4 color = mIsCaution? gColors.getColor("NotifyCautionBoxColor") : gColors.getColor("NotifyBoxColor"); |
515 | if(gFocusMgr.childHasKeyboardFocus( this )) | 515 | if(gFocusMgr.childHasKeyboardFocus( this )) |