diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index 6d991af910ca5a6296601d329ba0e3d2d93b3d4f..e289bb98f1c6b7a7c802681ced4bc98c550bfaef 100644 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -5230,9 +5230,9 @@ bool LLVolumeFace::cacheOptimize() triangle_data[tri_idx].mVertex[i%3] = &(vertex_data[idx]); } - std::vector<U16> v; + std::vector<size_t> v; for (size_t j = 0; j < triangle_data.size(); ++j) - v.emplace_back((U16)j); + v.push_back(j); /*F32 pre_acmr = 1.f; //measure cache misses from before rebuild