diff options
author | prep <prep@lindenlab.com> | 2011-11-17 17:33:49 -0500 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2011-11-17 17:33:49 -0500 |
commit | 38b7f033b28027711a03e5a28d6ea384be909318 (patch) | |
tree | 76b76b4def34386dff655abf7d60dbabe3219d26 /indra/llrender | |
parent | 378c076d1df5d911e07959638fbd61a9094384d2 (diff) |
navmeshdata is now parsed as binary
Diffstat (limited to 'indra/llrender')
-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 5b2fcf422c..d736133f3f 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" |