diff options
author | Josh Bell <josh@lindenlab.com> | 2007-02-20 22:02:36 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-02-20 22:02:36 +0000 |
commit | 7dada07dbaae3dfb9b1319453e51019bfff2717f (patch) | |
tree | a7f2b84ea65c39cee31474640dd5f265c0b2f432 /indra/newview/llworldmapview.h | |
parent | 73bc0fb42b5bcd80030d9f30d5cb57ec2397ba08 (diff) |
svn merge -r 57620:58007 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance
Diffstat (limited to 'indra/newview/llworldmapview.h')
-rw-r--r-- | indra/newview/llworldmapview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llworldmapview.h b/indra/newview/llworldmapview.h index 7cf0f655a1..d0a6aeacb2 100644 --- a/indra/newview/llworldmapview.h +++ b/indra/newview/llworldmapview.h @@ -33,8 +33,9 @@ class LLTextBox; #define SIM_MAP_AGENT_SCALE 20 // width in pixels, where we start drawing agents #define SIM_MAP_SCALE 90 // width in pixels, where we start drawing sim tiles +// Updates for agent locations. #define AGENTS_UPDATE_TIME 60.0 // in seconds -#define AGENT_COUNTS_UPDATE_TIME 60.0 // in seconds + class LLWorldMapView : public LLPanel { @@ -164,7 +165,6 @@ public: static BOOL sHandledLastClick; S32 mSelectIDStart; - F64 mAgentCountsUpdateTime; typedef std::vector<U64> handle_list_t; handle_list_t mVisibleRegions; // set every frame |