Merge branch 'master' of git@github.com:Shyotl/SingularityViewer.git
This commit is contained in:
@@ -1100,7 +1100,7 @@ protected: // Shared with LLVOAvatarSelf
|
||||
public:
|
||||
typedef std::array<F32, LL_MAX_JOINTS_PER_MESH_OBJECT * 12> rigged_matrix_array_t;
|
||||
typedef std::vector<std::pair<LLUUID, std::pair<U32, rigged_matrix_array_t> > > rigged_transformation_cache_t;
|
||||
auto& getRiggedMatrixCache()
|
||||
rigged_transformation_cache_t& getRiggedMatrixCache()
|
||||
{
|
||||
return mRiggedMatrixDataCache;
|
||||
}
|
||||
|
||||
@@ -65,7 +65,7 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
std::string viewer_version = llformat("%s (%i)", LLVersionInfo::getShortVersion(), LLVersionInfo::getBuild());
|
||||
std::string viewer_version = llformat("%s (%i)", LLVersionInfo::getShortVersion().c_str(), LLVersionInfo::getBuild());
|
||||
|
||||
const Json::Value data = root[mType];
|
||||
#if LL_WINDOWS
|
||||
|
||||
Reference in New Issue
Block a user