Skip to content
Snippets Groups Projects
Commit ef97fc14 authored by Steven Bennetts's avatar Steven Bennetts
Browse files

Fix for Mac build.

parent c7786aa5
Branches
Tags
No related merge requests found
......@@ -408,8 +408,9 @@ BOOL LLWearable::importFile( LLFILE* file )
delete mSavedTEMap[te];
}
mTEMap[te] = new LLLocalTextureObject(image, LLUUID(text_buffer));
mSavedTEMap[te] = new LLLocalTextureObject(image, LLUUID(text_buffer));
LLUUID textureid(text_buffer);
mTEMap[te] = new LLLocalTextureObject(image, textureid);
mSavedTEMap[te] = new LLLocalTextureObject(image, textureid);
createLayers(te);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment