aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnetmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llnetmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llnetmap.cpp b/linden/indra/newview/llnetmap.cpp
index 35774cb..2105521 100644
--- a/linden/indra/newview/llnetmap.cpp
+++ b/linden/indra/newview/llnetmap.cpp
@@ -103,7 +103,7 @@ LLNetMap::LLNetMap(
103 LLRect major_dir_rect( 0, DIR_HEIGHT, DIR_WIDTH, 0 ); 103 LLRect major_dir_rect( 0, DIR_HEIGHT, DIR_WIDTH, 0 );
104 104
105 mTextBoxNorth = new LLTextBox( "N", major_dir_rect ); 105 mTextBoxNorth = new LLTextBox( "N", major_dir_rect );
106 mTextBoxNorth->setDropshadowVisible( TRUE ); 106 mTextBoxNorth->setFontStyle(LLFontGL::DROP_SHADOW_SOFT);
107 addChild( mTextBoxNorth ); 107 addChild( mTextBoxNorth );
108 108
109 LLColor4 minor_color( 1.f, 1.f, 1.f, .7f ); 109 LLColor4 minor_color( 1.f, 1.f, 1.f, .7f );