Skip to content
Snippets Groups Projects
Unverified Commit 27838840 authored by cosmic-linden's avatar cosmic-linden Committed by GitHub
Browse files

Merge pull request #61 from secondlife/SL-19081

SL-19081: Fix assert when uploading texture
parents 98d2a46b 2f1158c0
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -838,6 +838,8 @@ void LLImagePreviewSculpted::setPreviewTarget(LLImageRaw* imagep, F32 distance)
{
*(index_strider++) = vf.mIndices[i];
}
mVertexBuffer->unmapBuffer();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment