Major breaking changes
This commit is contained in:
@@ -62,4 +62,3 @@ set_source_files_properties(${llprimitive_HEADER_FILES}
|
||||
list(APPEND llprimitive_SOURCE_FILES ${llprimitive_HEADER_FILES})
|
||||
|
||||
add_library (llprimitive ${llprimitive_SOURCE_FILES})
|
||||
add_dependencies(llprimitive prepare)
|
||||
|
||||
@@ -2452,7 +2452,7 @@ void LLModel::Decomposition::fromLLSD(LLSD& decomp)
|
||||
|
||||
range = max-min;
|
||||
|
||||
U16 count = position.size()/6;
|
||||
size_t count = position.size()/6;
|
||||
|
||||
for (U32 j = 0; j < count; ++j)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user