Merge branch 'master' of https://github.com/AlericInglewood/SingularityViewer.git into testpit
Conflicts: indra/newview/lldrawpoolavatar.cpp indra/newview/llviewertexturelist.cpp indra/newview/llworldmap.cpp indra/newview/pipeline.cpp
This commit is contained in:
@@ -437,7 +437,7 @@ void LLWorldMap::sendMapLayerRequest()
|
||||
LLSD body;
|
||||
body["Flags"] = (LLSD::Integer)flags;
|
||||
//llinfos << "LLWorldMap::sendMapLayerRequest via capability" << llendl;
|
||||
LLHTTPClient::post(url, body, new LLMapLayerResponder());
|
||||
LLHTTPClient::post(url, body, new LLMapLayerResponder);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user