diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-03-21 16:22:47 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-03-21 18:00:04 +0200 |
| commit | 0ec9bfaabde12d82ba6b840589f849b7cf279417 (patch) | |
| tree | e6e879e5d4732232da10eb751516656226c61e16 /indra/newview/lllocalbitmaps.h | |
| parent | 32c7d3064f04899547ee4dea48969c6ceb8554e9 (diff) | |
#3713 Crash at updateGLTFMaterials
Diffstat (limited to 'indra/newview/lllocalbitmaps.h')
| -rw-r--r-- | indra/newview/lllocalbitmaps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllocalbitmaps.h b/indra/newview/lllocalbitmaps.h index e169f96e70..de2dcb3467 100644 --- a/indra/newview/lllocalbitmaps.h +++ b/indra/newview/lllocalbitmaps.h @@ -106,7 +106,7 @@ class LLLocalBitmap // Store a list of accosiated materials // Might be a better idea to hold this in LLGLTFMaterialList - typedef std::vector<LLPointer<LLGLTFMaterial> > mat_list_t; + typedef std::list<LLPointer<LLGLTFMaterial> > mat_list_t; mat_list_t mGLTFMaterialWithLocalTextures; }; |
