diff options
author | Oz Linden <oz@lindenlab.com> | 2012-06-19 13:50:10 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-06-19 13:50:10 -0400 |
commit | da0b5fe998434a935027b5e7cca2b70b895f0673 (patch) | |
tree | 538531439ee880365c681dd4a0652b312c3734f9 /indra/newview/llviewerregion.h | |
parent | d7400ae60c0453e111357abfb09d8308adf8b721 (diff) | |
parent | eb341068de59c86101aa4fd4031b6cdd7e4bbdc2 (diff) |
merge up to latest viewer-development-havokai
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, |