diff options
author | prep <prep@lindenlab.com> | 2012-06-11 17:46:39 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2012-06-11 17:46:39 -0400 |
commit | 2400b8a651e5aec599c2132d3cf9c12b78b21d83 (patch) | |
tree | eb3b8d3c0d6b85fc0bdd0db91f87c35b8df011f1 /indra/newview/llviewerregion.h | |
parent | 9252ad10fd28e98157137addde7df3ad883c9948 (diff) |
WIP:path-703 Adding icon to slurl bar to indicate if dynamic pathfinding is enabled or disbled.
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r-- | indra/newview/llviewerregion.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h index 6004165b0e..7bf53ba542 100644 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -285,6 +285,9 @@ public: void getSimulatorFeatures(LLSD& info); void setSimulatorFeatures(const LLSD& info); + + bool dynamicPathfindingEnabled() const; + typedef enum { CACHE_MISS_TYPE_FULL = 0, |