Added ShowSimChannel debug setting to display sim channel information in the status bar.

This commit is contained in:
Lirusaito
2013-01-31 22:22:40 -05:00
parent 5b2e1a0aae
commit 0a6bebf9db
2 changed files with 13 additions and 0 deletions

View File

@@ -517,6 +517,8 @@ void LLStatusBar::refresh()
pos_x, pos_y, pos_z,
region->getSimAccessString().c_str());
}
static LLCachedControl<bool> show_channel("ShowSimChannel");
if (show_channel && !gLastVersionChannel.empty()) location_name += " - " + gLastVersionChannel;
}
else
{