Conflicts:
	indra/newview/llspatialpartition.cpp
This commit is contained in:
Shyotl
2011-08-05 19:40:35 -05:00
77 changed files with 688 additions and 706 deletions

View File

@@ -1355,7 +1355,7 @@ LLModel* LLModel::loadModelFromDomMesh(domMesh *mesh)
ret->mLabel = getElementLabel(mesh);
return ret;
}
#endif MESH_IMPORT
#endif //MESH_IMPORT
std::string LLModel::getName() const
{

View File

@@ -112,7 +112,7 @@ public:
#if MESH_ENABLED
PARAMS_RESERVED = 0x50, // Used on server-side
PARAMS_MESH = 0x60,
#endif MESH_ENABLED
#endif //MESH_ENABLED
};
public: