diff options
author | prep <prep@lindenlab.com> | 2011-11-17 13:32:04 -0500 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2011-11-17 13:32:04 -0500 |
commit | 378c076d1df5d911e07959638fbd61a9094384d2 (patch) | |
tree | d0e6f8868cc78539b05847d089200c2da68d4746 /indra/llrender/llgl.h | |
parent | 9f996fdc5684a3e55c9f86508979ad943e2eaded (diff) |
WIP: navmesh station posts to a url, responder receives llsd and then has the llpathing library extract and render the navmesh (if desired).
Diffstat (limited to 'indra/llrender/llgl.h')
-rw-r--r-- | indra/llrender/llgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llgl.h b/indra/llrender/llgl.h index d736133f3f..5b2fcf422c 100644 --- a/indra/llrender/llgl.h +++ b/indra/llrender/llgl.h @@ -33,7 +33,7 @@ #include <boost/unordered_map.hpp> #include <list> -#include "llerror.h" +//#include "llerror.h" #include "v4color.h" #include "llstring.h" #include "stdtypes.h" |